# # Default Cache Region attributes config. # appian.cacheattributes.cacheName=recordUiBuilder #Cache algorithm used. Least Recently Used (LRU): discards the least recently used cached objects first appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs #Maximum number of cached objects at any given time appian.cacheattributes.MaxObjects=5000 #Background memory shrinkage (active eviction) DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=3600 appian.cacheattributes.MaxMemoryIdleTimeSeconds=14400 # # Cache element attributes config. # #Time to Live appian.elementattributes.MaxLifeSeconds=60