method RedisCacheAdapter.prototype.has
RedisCacheAdapter.prototype.has(key: string): Promise<boolean>

Parameters

key: string

Return Type

Promise<boolean>

Usage

import { RedisCacheAdapter } from ".";