cache

<cacheConfiguration
>
required
<cache
>
optionalmax. unbounded
<name
>
required
string
</name>
<restriction
Choice: Choose only ONE of the following
<maxWeight
>
optional

Maximum weight of cache.

xs:string
</maxWeight>
<maxNumberOfEntries
>
optional
long

Maximum number of entries in cache.

</maxNumberOfEntries>
Choice End
>
optional
</restriction>
<expiration
<afterWrite
>
optional
duration

Expunge entries when the given duration has elapsed since the entry was last written.

</afterWrite>
<afterAccess
>
optional
duration

Expunge entries when the given duration has elapsed since the entry was last accessed.

</afterAccess>
>
optional
</expiration>
</cache>
</cacheConfiguration>