Methods
C
Instance Public methods
cache_store()
    # File actionpack/lib/action_controller/caching.rb, line 43
43:       def cache_store
44:         config.cache_store
45:       end
cache_store=(store)
    # File actionpack/lib/action_controller/caching.rb, line 47
47:       def cache_store=(store)
48:         config.cache_store = ActiveSupport::Cache.lookup_store(store)
49:       end