CacheDecoratorOptions.adapter property

Cache adapter as a constructor, an instance, or a built-in adapter name.

Signature:

adapter?: string | ICache | ICacheConstructor;

Default Value

RedisCache

Remarks

Only built-in adapters can be referenced by name — currently just 'RedisCache'. Any other string throws a TypeError.

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