instance method
cache_configured?
Ruby on Rails 8.1.3.1
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
cache_configured?()
No documentation comment.
Source
# File actionpack/lib/abstract_controller/caching.rb, line 24
def cache_configured?
perform_caching && cache_store
end
Defined in actionpack/lib/abstract_controller/caching.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Caching::ConfigMethods