# This cache stores template models for the Interface Designer Component Palette # Cache keys: String, derived from the templateId and the locale # Cache values: CDTs, the result of an evaluated template expression appian.cacheattributes.cacheName=evaluatedComponentTemplateCache # Cache algorithm is LIRS appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # Maximum number of objects that the cache should hold. # The max entries per language is 100, giving us enough room to support user defined templates as well as new templates added to the palette for one language # Estimated number of languages in a given site is <5 # Max memory estimate: 5 languages * 100 templates/language * 64KB/template entry = 32MB appian.cacheattributes.MaxObjects=500 # Background memory shrinkage (active eviction) # Using defaults from caching document appian.cacheattributes.ShrinkerIntervalSeconds=3600 appian.cacheattributes.MaxMemoryIdleTimeSeconds=86400