method NoopStore.prototype.has
NoopStore.prototype.has(_key: string): Promise<boolean>

Check existence. The key is already-prefixed by CacheService.

Parameters

_key: string

Return Type

Promise<boolean>

true if present and unexpired

Usage

import { NoopStore } from "cache-plugin/src/index.ts";