<cacheSettings> Element
Attribut | Description | Opional |
---|---|---|
content | Sets the size of the cache for content. | No |
changesets.content | Sets the size of the cache for content in the ChangeSet. | Yes |
childrenNames | Sets the size of the cache for the names of the child elements. | No |
parentIdentities | Sets the size of the cache for the Ids of the parent elements. | No |
paths | Sets the size of the cache for the paths. | No |
<cacheSettings content="32m" changesets.content="16m" childrenNames="16m" parentIdentities="20000" paths="20000" />