method
caching?
v8.0.0 -
Show latest stable
- Class:
ActionView::Helpers::CacheHelper::CachingRegistry
caching?()public
No documentation available.
# File actionview/lib/action_view/helpers/cache_helper.rb, line 300
def caching?
ActiveSupport::IsolatedExecutionState[:action_view_caching] ||= false
end