apiref/@apiref-examples/core0.0.0
@apiref-examples/core » plugins » CachingPlugin » Distributed »

RedisCache class

Constructors

constructor constructor

Signature

<T>(config: RemoteConfig): RedisCache<T>

Methods

get method

Signature

(_key: string): Promise<T>

set method

Signature

(_key: string, _value: T, _ttl?: number): Promise<void>