Deletes the old cache that corresponds to the outdated git revision id.
Returns iso timestamp of last service worker activation.
Returns iso timestamp of last deletion of the current cache that corresponds to the current git revision id.
Returns boolean indicating existance of the current cache that corresponds to the current git revision id.
Returns iso timestamp of last update of the current cache that corresponds to the current git revision id.
Returns boolean that represents whether hitting cache is being prevented.
Returns service worker metadata.
Returns iso timestamp of last deletion of the old cache that corresponds to the outdated git revision id.
i18n ISO string
Sets whether hitting cache is being prevented.
When set to true, the cache may still exist and be updated but the any request of file will proceed to fetch the file as if there is no cache. When set to false, the cached requests will be served as usual.
Completely updates the current cache that corresponds to the current git revision id. Returns timestamps for both last cache deletion and update.
Generated using TypeDoc
Deletes the current cache that corresponds to the current git revision id.
Do not confuse with DeleteOldCacheAPI which deletes the cache that corresponds to outdated git revision id.