method
serialize_entry
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
serialize_entry(entry)private
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 587
def serialize_entry(entry)
@coder.dump(entry)
end