On-heap object-based memory configuration.
| 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 | 
| Attribute | Value | 
|---|---|
| Default Value | -1 | 
| Type | LONG | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | NONE | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Allowed Values | UNORDERED FIFO LRU LIRS NONE REMOVE EXCEPTION | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| strategy | STRING | false | true | NONE | Sets the cache eviction strategy. Available options are 'UNORDERED', 'FIFO', 'LRU', 'LIRS' and 'NONE' (to disable eviction). | 
| size | LONG | false | true | -1 | Triggers eviction of the least recently used entries when the number of cache entries exceeds this threshold. | 
| max-entries | LONG | false | true | -1 | Maximum number of entries in a cache instance. If selected value is not a power of two the actual value will default to the least power of two larger than selected value. -1 means no limit. |