instance method
cache_store
Ruby on Rails 4.1.16
Since v3.0.20 Last seen in v4.2.9Signature
cache_store()
No documentation comment.
Source
# File actionpack/lib/action_controller/caching.rb, line 35
def cache_store
config.cache_store
end
Defined in actionpack/lib/action_controller/caching.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Caching::ConfigMethods