ICacheConstructor.(new)
Constructs a cache adapter instance, ready to be initialized.
Signature:
new (name?: string): ICache;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
string |
(Optional) legacy, and never supplied by the registry |
Returns:
an uninitialized adapter — ICache.init() must be called before use
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.