module ActiveSupport::Cache::Coders::Rails70Coder

def dump(entry)

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