module ActiveSupport::Cache::SerializerWithFallback::Marshal70WithFallback

def dumped?(dumped)

def dumped?(dumped)
  dumped.start_with?(MARK_UNCOMPRESSED, MARK_COMPRESSED)
end