policy-cache

Purpose

Controls the caching of policies in the MCS application.

Contains

Example

<policy-cache>
  <asset-group-cache
    enabled="true"
    strategy="least-recently-used"
    max-entries="25"
    timeout="3600"/>
  ...
</policy-cache>

Related topics