Primitives: Implement Cache
as CacheStorage
interfaces
#51
Labels
enhancement
New feature or request
Cache
as CacheStorage
interfaces
#51
The CacheStorage is holding all the
A
CacheStorage
object represents a name to cache map of its associated global object's:You can create a new
Cache
namespace there, and it will be an instance:Additionally, CF Workers exposes a
default
single global cache object:This cache is a bit special: Since the spec actually doesn't provide any way to manipulate the cache that backs fetch(), if you put something into it, then fetch() will match that thing.
The text was updated successfully, but these errors were encountered: