method MemoryCacheStorage.prototype.keys
MemoryCacheStorage.prototype.keys(): Promise<string[]>

Lists all cached keys

Return Type

Promise<string[]>

Array of cache keys

Usage

import { MemoryCacheStorage } from ".";