IMQCache.adapters property
The registry of adapter instances, keyed by adapter name.
Signature:
static adapters: {
[name: string]: ICache;
};
Remarks
Exposed for inspection. Mutating it directly bypasses the option staging that IMQCache.register() and IMQCache.apply() perform.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.