method
cache_configured?
v2.3.8 -
Show latest stable
- Class:
ActionController::Caching
cache_configured?()public
No documentation available.
# File actionpack/lib/action_controller/caching.rb, line 50
def self.cache_configured?
perform_caching && cache_store
end