chromium/net/base/cache_type.h

// Copyright 2009 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_BASE_CACHE_TYPE_H_
#define NET_BASE_CACHE_TYPE_H_

namespace net {

// The types of caches that can be created.
enum CacheType {};

// The types of disk cache backend, only used at backend instantiation.
enum BackendType {};

}  // namespace net

#endif  // NET_BASE_CACHE_TYPE_H_