module ActiveSupport::Cache::MemCacheStore::Coders::Rails61Coder

def dump(entry)

def dump(entry)
  entry
end

def dump_compressed(entry, threshold)

def dump_compressed(entry, threshold)
  entry.compressed(threshold)
end