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