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

tqin.orm.1.1.7.source-code.ehcache.xml Maven / Gradle / Ivy

The newest version!
<ehcache>
	<defaultCache maxElementsInMemory="10000" eternal="false"
		timeToIdleSeconds="120" timeToLiveSeconds="120" overflowToDisk="true"
		diskSpoolBufferSizeMB="30" maxElementsOnDisk="10000000"
		diskPersistent="false" diskExpiryThreadIntervalSeconds="120"
		memoryStoreEvictionPolicy="LRU" />
	<cache name="entity" 
	    maxEntriesLocalHeap="10000"
		maxEntriesLocalDisk="1000" 
		eternal="false" 
		diskSpoolBufferSizeMB="20"
		timeToIdleSeconds="200" 
		timeToLiveSeconds="500"
		memoryStoreEvictionPolicy="LFU" 
		transactionalMode="off">
		<persistence strategy="localTempSwap" />
	</cache>
</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy