module AbstractController::Caching::ConfigMethods

def cache_store=(store)

def cache_store=(store)
  config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end