L I B R A R Y P A R E N T
services/cache/iwk/libparent – Library Parent
Default size: 2000, default lifetime: infinite, usage pattern: regular.
This cache stores a list of all children library ids to a given parent id. Introduced for Quickr to group libraries within a teamspace together.
D R A F T S U M M A R Y
Services/cache/iwk/draftSummary – Draft Summary
Default size: 2000, default lifetime: infinite, usage pattern: regular.
This cache stores the identity of the draft summary to the identity of the draft WCM Item.
U S E R C A C H E
User cache
Size is fixed to 2000. default is disabled.
This cache operates using a Least Recently Used algorithm. It is not shared across nodes in the cluster and it does not use dynacache. It does not update when LDAP changes. It is disabled by default but can be enabled through setting:
user.cache.enabled=true
in WCMConfigService.properties. Need to run a module called MemberCacheManager or restart server. To enable the module, add to WCMConfigService.properties
connect.businesslogic.module.template.class=com.presence.connect.wmmcomms
connect.businesslogic.module.template.remoteaccess=true
connect.businesslogic.module.template.autoload=false
8 9