Module: ActiveCache
- Defined in:
- lib/active_cache.rb,
lib/active_cache/version.rb,
lib/active_cache/store/dalli_store.rb,
lib/active_cache/active_cache_store.rb
Defined Under Namespace
Modules: Store
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.cache_store ⇒ Object
10 11 12 |
# File 'lib/active_cache.rb', line 10 def self.cache_store Rails.application.config.active_cache_store end |