You're viewing archived documentation for @imqueue/rpc v1.17.1. APIs may differ from the current release. View the latest version ↗

IMQCache.apply() method

Overrides existing adapter options with the given

Signature:

static apply(adapter: ICacheAdapter | string, options: any): typeof IMQCache;

Parameters

Parameter

Type

Description

adapter

ICacheAdapter | string

adapter to apply options to

options

any

adapter specific options

Returns:

typeof IMQCache

{IMQCache}