Cache.StorageSourceCache storage objects.
The type for CacheStorage objects. See Brr_io.Fetch.caches to get one.
match' s req is a stored response for req in s (if any).
has s n is true if n matches a cache name in s.
delete s n deletes the cache named n from s. false is returned if n did not exist.
keys s are the cache names in s.