caches property
CacheStorage
get
caches
The caches
read-only property of the Window interface returns the
CacheStorage object associated with the current context.
This object enables functionality such as storing assets for offline use,
and generating custom responses to requests.
Implementation
external CacheStorage get caches;