module ActiveSupport::Cache::NullCoder

def dump_compressed(entry, threshold)

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