# TagCache.cache property · @imqueue/tag-cache

Source: https://imqueue.org/api/tag-cache/latest/tag-cache.tagcache.cache/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/tag-cache 3.0.3 — generated reference, not hand-written

The `RedisCache` this instance borrows its connection, key prefix and logger from. Deleted by [TagCache.destroy()](https://imqueue.org/api/tag-cache/latest/tag-cache.tagcache.destroy/). Documented here rather than above the constructor because it is a parameter property, and that is the only place a doc comment reaches the emitted declaration.

**Signature:**

```typescript
cache?: RedisCache | undefined;
```

