instance method
deserialize_entry
Ruby on Rails 5.2.8.1
Since v3.0.20 PrivateSignature
deserialize_entry(entry)
No documentation comment.
Parameters
-
entryreq
Source
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 184
def deserialize_entry(entry)
if entry
entry.is_a?(Entry) ? entry : Entry.new(entry)
end
end
Defined in activesupport/lib/active_support/cache/mem_cache_store.rb line 184
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::MemCacheStore