instance method
cache_keys
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
cache_keys()
No documentation comment.
Source
# File activesupport/lib/active_support/key_generator.rb, line 82
def cache_keys
@cache_keys || (Ractor[@ractor_key] ||= Concurrent::Map.new)
end
Defined in activesupport/lib/active_support/key_generator.rb line 82
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::CachingKeyGenerator