# IMQService.cache property · @imqueue/rpc

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

The cache adapter used by cached methods.

**Signature:**

```typescript
protected cache: ICache;
```

## Remarks

Never assigned by the service itself: it is populated lazily by the [cache](https://imqueue.org/api/rpc/latest/rpc.cache/) decorator on first use, so it is `undefined` on a service that has no cached methods.

