# PgCacheable.taggedCache property · @imqueue/pg-cache

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

Tagged redis cache holding the memoised method results. Each entry is tagged with the tables it depends on, which is how a change notification invalidates exactly the right entries.

**Signature:**

```typescript
taggedCache: TagCache;
```

