All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.hyperion.0.0.1.source-code.ehcache.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
	<diskStore path="java.io.tmpdir" />

	<cache name="org.hibernate.cache.UpdateTimestampsCache"
		maxElementsInMemory="50000" eternal="true" overflowToDisk="true" />

	<cache name="org.hibernate.cache.StandardQueryCache"
		maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="120"
		timeToLiveSeconds="120" overflowToDisk="true" diskPersistent="false"
		diskExpiryThreadIntervalSeconds="120" memoryStoreEvictionPolicy="LRU" />

	<defaultCache maxElementsInMemory="50000" eternal="false"
		timeToIdleSeconds="120" timeToLiveSeconds="120" overflowToDisk="true"
		diskPersistent="false" diskExpiryThreadIntervalSeconds="120"
		memoryStoreEvictionPolicy="LRU" />

</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy