Method: ActiveSupport::Cache::SerializerWithFallback::Marshal70WithFallback#dump

Defined in:
activesupport/lib/active_support/cache/serializer_with_fallback.rb

#dump(entry) ⇒ Object



73
74
75
# File 'activesupport/lib/active_support/cache/serializer_with_fallback.rb', line 73

def dump(entry)
  MARK_UNCOMPRESSED + Marshal.dump(entry.pack)
end