method
cache_configured?
v4.2.7 -
Show latest stable
- Class:
ActionController::Caching::ConfigMethods
cache_configured?()private
No documentation available.
# File actionpack/lib/action_controller/caching.rb, line 44
def cache_configured?
perform_caching && cache_store
end