Flowdock
method

will_cache?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: CollectionCaching
will_cache?(options, view) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/renderer/partial_renderer/collection_caching.rb, line 16
      def will_cache?(options, view)
        options[:cached] && view.controller.respond_to?(:perform_caching) && view.controller.perform_caching
      end
Register or log in to add new notes.