module ActionView::CollectionCaching

def cache_collection?

def cache_collection?
  @options.fetch(:cache, automatic_cache_eligible?)
end