instance method
serialize_entry
Ruby on Rails 6.1.7.10
Since v6.1.7.10 Private — implementation detail, not part of the public APISignature
serialize_entry(entry)
No documentation comment.
Parameters
-
entryreq
Source
# File activesupport/lib/active_support/cache.rb, line 593
def serialize_entry(entry)
@coder.dump(entry)
end
Defined in activesupport/lib/active_support/cache.rb line 593
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store