UNORDERED
FIFO
LRU
LIRS
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
strategy | STRING | false | false | Sets the cache eviction strategy. Available options are 'UNORDERED', 'FIFO', 'LRU', 'LIRS' and 'NONE' (to disable eviction). | |
max-entries | INT | false | false | 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. |