<< Click to Display Table of Contents >>

cachemngr.properties

Set cache manager options.


CACHE_FILE_PATH

Set the cache file path.

DM_CACHE_FILE_PATH

Set the cache file path for the data module.

target.active

Set whether to cache.

target.memoryCacheValidTime

Set the retention time(in seconds) for the cache stored in memory.

target.freeMemoryPercentage

When storing the cache in memory, set the amount of free memory(%). If the system's free memory capacity is less than the set value, the cache is saved to disk.

target.diskCacheValidTime

Set the retention time(in seconds) for the cache stored on the disk.

serverbind.active

Set whether to cache when the server binding function is executed. This option only supports Java server.

serverbind.validtime

Set the retention time(in seconds) for the cache created by the server binding function. This option only supports Java server.