method
digest_cache
v7.0.0 -
Show latest stable
- Class:
ActionView::LookupContext::DetailsKey
digest_cache(details)public
No documentation available.
# File actionview/lib/action_view/lookup_context.rb, line 61
def self.digest_cache(details)
@digest_cache[details_cache_key(details)] ||= Concurrent::Map.new
end