method
dump
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::SerializerWithFallback::Marshal70WithFallback
dump(entry)public
No documentation available.
# File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 95
def dump(entry)
MARK_UNCOMPRESSED + Marshal.dump(entry.pack)
end