module I18n

def perform_caching?

def perform_caching?
  !cache_store.nil?
end