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