BYTES
KB
KiB
MB
MiB
GB
GiB
TB
TiB
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
size-unit | STRING | false | false | ENTRIES | The unit of the eviction threshold. |
size | LONG | false | true | Eviction threshold, as defined by the size unit. | |
capacity | INT | false | true | 1048576 | Defines the capacity of the off-heap storage. |
eviction-type | STRING | false | true | COUNT | Indicates whether the size attribute refers to the number of cache entries (i.e. COUNT) or the collective size of the cache entries (i.e. MEMORY). |