MEMORY
Attribute | Value |
---|---|
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
Access Type | read-only |
Attribute | Value |
---|---|
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
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). |
size | LONG | false | true | -1 | Eviction threshold, as defined by the eviction-type. |