Policy cache properties

 

+

Search Tips   |   Advanced Search

 

Review the cache properties for Policies that are stored in...

portal_server_root/shared/app/config/services/CacheManagerService.properties

 

PVSPath to PVS

The PVSPath to PVS cache stores a String path of a Policy Value Set to the actual PolicyValueSet object.

  • cacheinstance.com.ibm.wps.policy.services.PolicyCacheManager.enabled =true
  • cacheinstance.com.ibm.wps.policy.services.PolicyCacheManager.size =10000
  • cacheinstance.com.ibm.wps.policy.services.PolicyCacheManager.lifetime =600
  • cacheinstance.com.ibm.wps.policy.services.PolicyCacheManager.shared =false

 

Target to PVSPath

The Target to PVSPath cache only applies to PolicyValueSets that use Personalization execution to generate a String path specific to the personalized path down the policy tree. It contains at mapping/cache of Policy Targets to the resulting String path. From the path, the PVSPath to PVS cache can be queried for its actual PolicyValueSet object.

  • cacheinstance.com.ibm.wps.policy.services.UserPolicyNodeCacheManager.enabled =true
  • cacheinstance.com.ibm.wps.policy.services.UserPolicyNodeCacheManager.size =2500
  • cacheinstance.com.ibm.wps.policy.services.UserPolicyNodeCacheManager.lifetime =600
  • cacheinstance.com.ibm.wps.policy.services.UserPolicyNodeCacheManager.shared =false

 

Parent topic:

Manage portal resources with policies

 

Related information

Portal configuration services