# IMQCache.adapters property · @imqueue/rpc

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

The registry of adapter instances, keyed by adapter name.

**Signature:**

```typescript
static adapters: {
        [name: string]: ICache;
    };
```

## Remarks

Exposed for inspection. Mutating it directly bypasses the option staging that [IMQCache.register()](https://imqueue.org/api/rpc/latest/rpc.imqcache.register/) and [IMQCache.apply()](https://imqueue.org/api/rpc/latest/rpc.imqcache.apply/) perform.

