module ActiveSupport::Cache::Coders::Rails61Coder

def dump_compressed(entry, threshold)

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