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

Remarks

May be asynchronous: the registry awaits whatever is returned, so an implementation that needs I/O must return a promise that settles once the adapter is ready. Implementations must set ICache.ready on success.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.