Skip to main content
method CacheStorage.delete
private
CacheStorage.delete(cacheName: string): Promise<boolean>
Deprecated

Delete cache storage for the provided name.

Parameters

cacheName: string

Return Type

Promise<boolean>
Back to top