Home > @imqueue/rpc > ICache > init

ICache.init() method

Initializes the cache adapter with the given adapter-specific options.

Signature:

init(options?: any): void;

Parameters

Parameter

Type

Description

options

any

(Optional) adapter-specific options

Returns:

void

{void}