module ActionView::CollectionCaching

def callable_cache_key?

def callable_cache_key?
  @options[:cache].respond_to?(:call)
end