method ICacheStorage.delete
ICacheStorage.delete(key: string): Promise<void>

Deletes a cached entry

Parameters

key: string

Return Type

Promise<void>

Usage

import { type ICacheStorage } from ".";