Rena Tsantouli 2012-08-28 16:15:53 +00:00
parent a1bd2761f9
commit 8bdba37fc5
1 changed files with 10 additions and 0 deletions

View File

@ -432,6 +432,16 @@
timeToLiveSeconds="600"
memoryStoreEvictionPolicy="LRU"
/>
<cache name="newContent"
maxElementsInMemory="10000"
maxElementsOnDisk="1000"
eternal="false"
overflowToDisk="true"
diskSpoolBufferSizeMB="20"
timeToIdleSeconds="300"
timeToLiveSeconds="600"
memoryStoreEvictionPolicy="LRU"
/>
<cache name="schemata"
maxElementsInMemory="10000"
maxElementsOnDisk="1000"