interface CacheStorage
Methods Jump to heading
Jump to headingopen(cacheName: string): Promise<Cache>
Open a cache storage for the provided name.
Jump to headinghas(cacheName: string): Promise<boolean>
Check if cache already exists for the provided name.
Jump to headingdelete(cacheName: string): Promise<boolean>
Delete cache storage for the provided name.