PgCacheable.taggedCache property
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:
taggedCache: TagCache;
Remarks
Absent until invalidation is live: start() publishes it once the triggers are installed and the channels subscribed, and does not resolve before then. If that setup fails it is published anyway, so behaviour is unchanged for a service that cannot subscribe — unless PgCacheOptions.requireInvalidation says otherwise, in which case it stays absent and the method decorators simply run the method, uncached.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.