# Cache attributes config. # appian.cacheattributes.cacheName=sailCacheFunction # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # sailCacheFunction does not serialize or compress its entries. This is 2X the uiState cache. appian.cacheattributes.MaxCacheSizeBytes=209715200 appian.cacheattributes.SegmentCount=1 #Background memory shrinkage (active eviction). DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=450 appian.cacheattributes.MaxMemoryIdleTimeSeconds=600 # # Cache element attributes config. # #Time to Live appian.elementattributes.MaxLifeSeconds=1200