Optional evictionDefines maximum number of entries kept in the memory before eviction kicks in.
By default, set to Number.MAX_SAFE_INTEGER.
Optional evictionDefines eviction policy configuration. Available values are LRU, LFU, NONE
and RANDOM. By default, set to LRU.
Optional evictionNumber of random entries that are evaluated to see if some of them are already
expired. By default, set to 8.
Optional evictionSize of the pool for eviction candidates. The pool is kept sorted according to
the eviction policy. By default, set to 16.
Optional inSpecifies in which format data will be stored in the Near Cache. Available values
are OBJECT and BINARY. By default, set to BINARY.
Optional invalidateEnables cluster-assisted invalidate on change behavior. When set to true,
entries are invalidated when they are changed in the cluster. By default, set to true.
Optional maxMaximum number of seconds that an entry can stay in the Near Cache until
it is accessed. By default, set to 0.
Optional timeMaximum number of seconds that an entry can stay in the cache. By default, set to 0.
Generated using TypeDoc
Near Cache configuration to be used by the client for the specified IMap.