Module: ActionController::Caching::ConfigMethods

Included in:
ActionController::Caching
Defined in:
actionpack/lib/action_controller/caching.rb

Instance Method Summary collapse

Instance Method Details

#cache_storeObject



35
36
37
# File 'actionpack/lib/action_controller/caching.rb', line 35

def cache_store
  config.cache_store
end

#cache_store=(store) ⇒ Object



39
40
41
# File 'actionpack/lib/action_controller/caching.rb', line 39

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