blob: 81f3499931fb39ca6a5769d249d2d91a75bbc1f5 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8CacheStrategiesForCacheStorage_h
#define V8CacheStrategiesForCacheStorage_h
namespace blink {
enum class V8CacheStrategiesForCacheStorage {
Default,
None,
Normal,
Aggressive,
};
} // namespace blink
#endif // V8CacheStrategiesForCacheStorage_h