# ICacheAdapter type · @imqueue/rpc

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

Accepted cache adapter references: a constructor, an instance, or an adapter name.

**Signature:**

```typescript
export type ICacheAdapter = ICacheConstructor | ICache | string;
```
**References:** [ICacheConstructor](https://imqueue.org/api/rpc/latest/rpc.icacheconstructor/), [ICache](https://imqueue.org/api/rpc/latest/rpc.icache/)

