method
cache_configured?
v6.1.3.1 -
Show latest stable
- Class:
AbstractController::Caching::ConfigMethods
cache_configured?()private
No documentation available.
# File actionpack/lib/abstract_controller/caching.rb, line 22
def cache_configured?
perform_caching && cache_store
end