module ActiveSupport::Cache::SerializerWithFallback::Marshal70WithFallback

def dump(entry)

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