ICacheAdapter type
Accepted cache adapter references: a constructor, an instance, or an adapter name.
Signature:
export type ICacheAdapter = ICacheConstructor | ICache | string;
References: ICacheConstructor, ICache
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.