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