module ActiveSupport::Cache::SerializerWithFallback::Marshal61WithFallback

def dump(entry)

def dump(entry)
  Marshal.dump(entry)
end