# PgCacheOptions.publish property · @imqueue/pg-cache

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

Pass false, if database channel event should not be published by service to connected clients. By default is enabled = true.

**Signature:**

```typescript
publish?: boolean;
```

