module ActionView::CollectionCaching

def callable_cache_key?

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