module ActionView::CollectionCaching

def automatic_cache_eligible?

def automatic_cache_eligible?
  single_template_render? && !callable_cache_key? &&
    @template.eligible_for_collection_caching?(as: @options[:as])
end