Distributed-cache (Section)#
Path: /facilities/data-sources/data-source{id}/distributed-cache
Parameters#
| Name | Type | Required | Default | Description |
|---|
| backups | int32 | optional | 2 | The number of partition backups to keep for each node in a cluster. |
| cleanup-period | int64 | optional | 300 | The period between cleanup calls in seconds. Cleanup calls evict expired entries from the cache. |
| enable-metrics | boolean | optional | true | Whether metrics for the cache should be published. |
| max-entries-per-message | int32 | optional | 1024 | The maximum number of entries to send to another node in a single message during a rebalance operation. |
Subsections#
| Name | Type | Description |
|---|
| persistence | Section | Distributed Cache persistence configuration. If not configured, data is only stored in-memory. |