Configures a cache store as write-behind instead of write-through.
Attribute | Value |
---|---|
Default Value | 1024 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
modification-queue-size | INT | false | true | 1024 | Maximum number of entries in the asynchronous queue. When the queue is full, the store becomes write-through until it can accept new entries. |