instance method
freeze
Ruby on Rails edge
Since edgeSignature
freeze()
No documentation comment.
Source
# File activesupport/lib/active_support/key_generator.rb, line 69
def freeze
@ractor_key = "_caching_key_generator_#{object_id}".to_sym
Ractor[@ractor_key] = @cache_keys
@cache_keys = nil
super
end
Defined in activesupport/lib/active_support/key_generator.rb line 69
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::CachingKeyGenerator