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

Deletes a cached entry

Parameters

key: string
  • Cache key to delete

Return Type

Promise<void>

Usage

import { MemoryCacheStorage } from ".";