A scattered cache configuration.
| Attribute | Value |
|---|---|
| Default Value | 300000 |
| Type | LONG |
| Nillable | true |
| Expressions Allowed | true |
| Min | 0 |
| Max | -1 |
| Unit | MILLISECONDS |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 128 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Min | 0 |
| Max | 2,147,483,647 |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | LIST |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 17500 |
| Type | LONG |
| Nillable | true |
| Expressions Allowed | true |
| Min | 0 |
| Max | -1 |
| Unit | MILLISECONDS |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 256 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Min | 1 |
| Max | 2,147,483,647 |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| bias-lifespan | LONG | false | true | 300000 | When greater than zero, specifies the duration (in ms) that a cache entry will be cached on a non-owner following a write operation. |
| invalidation-batch-size | INT | false | true | 128 | The threshold after which batched invalidations are sent. |
| modules | LIST | false | true | The set of modules associated with this cache's configuration. | |
| remote-timeout | LONG | false | true | 17500 | In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. |
| segments | INT | false | true | 256 | Controls the number of hash space segments which is the granularity for key distribution in the cluster. Value must be strictly positive. |
| statistics-enabled | BOOLEAN | false | true | false | If enabled, statistics will be collected for this cache |