instance method
read_serialized_entry
Ruby on Rails 7.2.3
Since v7.0.10 PrivateSignature
read_serialized_entry(key, **options)
No documentation comment.
Parameters
-
keyreq -
optionskeyrest
Source
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 186
def read_serialized_entry(key, **options)
rescue_error_with(nil) do
@data.with { |c| c.get(key, options) }
end
end
Defined in activesupport/lib/active_support/cache/mem_cache_store.rb line 186
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::MemCacheStore