# ICache.ready property · @imqueue/rpc

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

Whether the cache adapter is initialized and ready to use.

**Signature:**

```typescript
ready: boolean;
```

## Remarks

For the built-in Redis adapter this flag is never reset — destroying the shared connection leaves it `true`, so a `true` value does not guarantee a live connection after an explicit destroy.

