method

caching?

rails latest stable - Class: ActionView::Helpers::CacheHelper::CachingRegistry
caching?()
public

No documentation available.

# File actionview/lib/action_view/helpers/cache_helper.rb, line 292
        def caching?
          ActiveSupport::IsolatedExecutionState[:action_view_caching] ||= false
        end