# Cache attributes config. # Cache keys: uuid uniquely identifying an IX operation # Cache values: DeploymentAsyncTask with the inspect results as JSON text appian.cacheattributes.cacheName=ixCache appian.cache.metrics.collectFullMetrics=false # 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 appian.cacheattributes.MaxObjects=100 #Background memory shrinkage (active eviction) DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=300 #Time to Live - 1 hour 30 minutes appian.elementattributes.MaxLifeSeconds=5400