ICache.name property
Adapter (cache) name.
Signature:
name: string;
Remarks
The name is load-bearing twice over: it is the key the adapter is registered under, and it is a segment of every physical cache key (<prefix>:<name>:<key> in the Redis adapter). It must therefore be stable — changing it at runtime moves the namespace and orphans existing entries.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.