Index: content/browser/cache_storage/README.md |
diff --git a/content/browser/cache_storage/README.md b/content/browser/cache_storage/README.md |
index 014b98825348e1787d041e597c3be79dd906dc67..7b3758dab2193227091b2605166083839794ac19 100644 |
--- a/content/browser/cache_storage/README.md |
+++ b/content/browser/cache_storage/README.md |
@@ -62,6 +62,13 @@ reference. |
3. Owned by `CacheStorage` and deleted either when `CacheStorage` deletes or |
when the last `CacheStorageCacheHandle` for the cache is gone. |
+### CacheStorageIndex |
+1. Manages an ordered collection of metadata |
+ (CacheStorageIndex::CacheStorageMetadata) for each CacheStorageCache owned |
+ by a given CacheStorage instance. |
+2. Is serialized by CacheStorage::CacheLoader (WriteIndex/LoadIndex) as a |
+ Protobuf file. |
+ |
### CacheStorageCacheHandle |
1. Holds a weak reference to a `CacheStorageCache`. |
2. When the last `CacheStorageCacheHandle` to a `CacheStorageCache` is |