summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/base/cache_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/cache_type.h b/net/base/cache_type.h
index 341ce7a..0823389 100644
--- a/net/base/cache_type.h
+++ b/net/base/cache_type.h
@@ -12,6 +12,7 @@ enum CacheType {
DISK_CACHE, // Disk is used as the backing storage.
MEMORY_CACHE, // Data is stored only in memory.
MEDIA_CACHE, // Optimized to handle media files.
+ APP_CACHE // Backing store for an AppCache.
};
} // namespace disk_cache