method

cache_template_loading=

v6.1.3.1 - Show latest stable - Class: ActionView::Base
cache_template_loading=(value)
public

No documentation available.

# File actionview/lib/action_view/base.rb, line 178
      def cache_template_loading=(value)
        ActionView::Resolver.caching = value
      end