method
callable_cache_key?
v6.1.3.1 -
Show latest stable
- Class:
ActionView::CollectionCaching
callable_cache_key?()private
No documentation available.
# File actionview/lib/action_view/renderer/partial_renderer/collection_caching.rb, line 54
def callable_cache_key?
@options[:cached].respond_to?(:call)
end