# Cache attributes config. # Cache keys: The cacheKey for the session prepended to the parse model id of the parent # Cache values: DesignViewCacheElementNameMap that contains the children element names of that parent id to the value being cached appian.cacheattributes.cacheName=interfaceDesignerDesignViewCache appian.cacheattributes.distributionMode=LOCAL_WITH_DISTRIBUTED_CLEAR 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 parse model ids # Max memory estimate: 100 ids * 30 children * 50 KB/child = 150MB appian.cacheattributes.MaxObjects=100 #Background memory shrinkage (active eviction). DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=1810 appian.cacheattributes.MaxMemoryIdleTimeSeconds=3600 # # Cache element attributes config. # #Time to Live appian.elementattributes.MaxLifeSeconds=86400