Removing unused file
This commit is contained in:
parent
7eb68c88d3
commit
05f2d8b451
|
@ -1,14 +0,0 @@
|
|||
<ehcache>
|
||||
<diskStore path="java.io.tmpdir" />
|
||||
|
||||
<!-- Fail safe. -->
|
||||
<defaultCache maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="120" timeToLiveSeconds="120"
|
||||
overflowToDisk="true" maxElementsOnDisk="10000000" diskPersistent="false"
|
||||
diskExpiryThreadIntervalSeconds="120" memoryStoreEvictionPolicy="LRU" />
|
||||
|
||||
<!-- Mandatory persist cached objects to disk (checks whether they are serializable).
|
||||
This cache region is used by HibernateSecLvlQueryCache test case. -->
|
||||
<cache name="queryCacheRegion" eternal="false" diskPersistent="true"
|
||||
maxElementsInMemory="1" maxElementsOnDisk="10000" overflowToDisk="true"
|
||||
timeToIdleSeconds="3600" timeToLiveSeconds="3600" />
|
||||
</ehcache>
|
Loading…
Reference in New Issue