Module: ActiveSupport::Cache
- Defined in:
- lib/active_support/cache/lru_redux_store.rb
Overview
:nodoc:
Constant Summary collapse
- LruReduxStore =
Registers the store under the name ActiveSupport::Cache expects, so config.cache_store = :lru_redux_store resolves to LruReduxStore::Store.
LruReduxStore::Store