caches property

CacheStorage caches

Contains the CacheStorage object associated with the service worker.

Implementation

CacheStorage get caches =>
    _caches ??= CacheStorage._(_getProperty(_delegate, 'caches'));