TagCache.key property
Maps a caller-supplied key onto the fully-qualified redis key, applying the prefix the underlying RedisCache was initialised with. Bound to that cache, so it is safe to pass around detached.
Signature:
readonly key: (key: string) => string;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.