diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/base/cache_type.h | 1 |
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 |