instance method
cache_store
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
cache_store()
No documentation comment.
Source
# File actionpack/lib/abstract_controller/caching.rb, line 13
def cache_store
config.cache_store
end
Defined in actionpack/lib/abstract_controller/caching.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Caching::ConfigMethods