# Cache attributes config. # appian.cacheattributes.cacheName=deploymentsPendingReviewCache appian.cacheattributes.distributed=true # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs #Maximum number of cached objects at any given time - 1000 seems large, but having to worry about hitting this in the future would suck appian.cacheattributes.MaxObjects=1000 #Background memory shrinkage (active eviction). DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=1200 # # Cache element attributes config. # #Time to Live appian.elementattributes.MaxLifeSeconds=900