# process model id to uuid # # Keyed by process model id # # This cache improves speed to lookup process model UUID from process # model id. # It is not distributed. If a session moves to another appserver, # it will reread, and the original cached entry will quickly timeout. appian.cacheattributes.cacheName=processModelIdToUuid # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # Distribute the cache removals to other cache instances appian.cacheattributes.distributionMode=LOCAL_WITH_DISTRIBUTED_CLEAR # Maximum number of cached objects at any given time # These objects are small. appian.cacheattributes.MaxObjects=1000 # Background memory shrinkage (active eviction) DO NOT DISABLE #33524 # The shrinker can force eject items from the cache that would otherwise be lazily retained appian.cacheattributes.ShrinkerIntervalSeconds=86400 appian.cacheattributes.MaxMemoryIdleTimeSeconds=86400