method

digest_cache

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