cache

An object containing various cache settings.

ParameterTypeDescription
diskPersistentstringA string of data that determines whether the disk store persists between restarts of the Virtual Machine. The default value is false
eternalstringA string of data that determines whether elements are eternal. If eternal, timeouts are ignored and the element is never expired
maxElementsInMemorystringA string of data that determines the maximum number of objects that will be created in memory.
namestringA string of data specifying the cache name.
overflowToDiskstringA string of data that determines whether elements can overflow to disk when the in-memory cache has reached the maxInMemory limit