module AbstractController::Caching::ConfigMethods

def cache_configured?

def cache_configured?
  perform_caching && cache_store
end