# ICache.name property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.icache.name/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Adapter (cache) name.

**Signature:**

```typescript
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.

