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

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

Redis cache key prefix to use. If not specified, decorated service class name will be used as prefix by default.

**Signature:**

```typescript
prefix?: string;
```

