Rena Tsantouli 2010-09-01 20:49:22 +00:00
parent 513def4e1b
commit ef85e36f9b
1 changed files with 10 additions and 0 deletions

View File

@ -472,6 +472,16 @@
timeToLiveSeconds="600" timeToLiveSeconds="600"
memoryStoreEvictionPolicy="LRU" memoryStoreEvictionPolicy="LRU"
/> />
<cache name="harvesterCollectionInfo"
maxElementsInMemory="10000"
maxElementsOnDisk="1000"
eternal="false"
overflowToDisk="true"
diskSpoolBufferSizeMB="20"
timeToIdleSeconds="300"
timeToLiveSeconds="600"
memoryStoreEvictionPolicy="LRU"
/>
<!-- <!--
Sample cache named sampleCache2 Sample cache named sampleCache2