# CacheDecorator.globalOptions property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.cachedecorator.globaloptions/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Process-wide defaults, merged under each call's own options.

**Signature:**

```typescript
globalOptions?: CacheDecoratorOptions;
```

## Remarks

Merging happens when a decorator is applied, so this must be set before any decorated class is imported.

