Method: Rails::Configuration#cache_store
- Defined in:
- lib/initializer.rb
#cache_store ⇒ Object
The specific cache store to use. By default, the ActiveSupport::Cache::Store will be used.
575 576 577 |
# File 'lib/initializer.rb', line 575 def cache_store @cache_store end |