LruCache (common.configurable) Configuration

Type: io.helidon.common.configurable.LruCache

Configuration options

Optional configuration options
keytypedefault valuedescription
capacity

int

10000

Configure capacity of the cache. Defaults to LruCache#DEFAULT_CAPACITY.

@return maximal number of records in the cache before the oldest one is removed