cacheConfiguration Data Type

Schema
ns0.xsd
Available Since
1.4-M4
Properties
name data type type namespace min/max occurs description
maxElementsInMemory int element 1/1  
maxElementsOnDisk int element 1/1  
timeToIdleSeconds int element 1/1  
timeToLiveSeconds int element 1/1  

Example

<cacheConfiguration>
  <timeToIdleSeconds>...</timeToIdleSeconds>
  <timeToLiveSeconds>...</timeToLiveSeconds>
  <maxElementsInMemory>...</maxElementsInMemory>
  <maxElementsOnDisk>...</maxElementsOnDisk>
</cacheConfiguration>