method Cache.delete
private
Cache.delete(request: RequestInfo | URL,options?: CacheQueryOptions,): Promise<boolean>Deprecated
Delete cache object matching the provided request.
How is the API different from browsers?
- You cannot delete cache objects using by relative paths.
- You cannot pass options like
ignoreVary,ignoreMethod,ignoreSearch.
request: RequestInfo | URLoptional
options: CacheQueryOptionsPromise<boolean>