|
|
@@ -30,17 +30,6 @@
|
|
|
transactionalMode="off">
|
|
|
</cache>
|
|
|
|
|
|
- <cache name="USER"
|
|
|
- overflowToDisk="true"
|
|
|
- maxElementsInMemory="10000"
|
|
|
- maxElementsOnDisk="10000000"
|
|
|
- eternal="false"
|
|
|
- timeToIdleSeconds="120"
|
|
|
- timeToLiveSeconds="120"
|
|
|
- diskPersistent="false"
|
|
|
- diskExpiryThreadIntervalSeconds="120"
|
|
|
- memoryStoreEvictionPolicy="LRU">
|
|
|
- </cache>
|
|
|
|
|
|
</ehcache>
|
|
|
|