On-heap binary-based memory configuration.
| Attribute | Value | 
|---|---|
| Default Value | COUNT | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Allowed Values | COUNT MEMORY | 
| Attribute | Value | 
|---|---|
| Type | LONG | 
| Nillable | false | 
| 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 | 
|---|---|---|---|---|---|
| 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. |