ehcache.xml.svn-base 431 B

12345678
  1. <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:noNamespaceSchemaLocation="classpath:spring/ehcache.xsd">
  3. <diskStore path="java.io.tmpdir" />
  4. <defaultCache maxElementsInMemory="10000" eternal="false"
  5. timeToIdleSeconds="120" overflowToDisk="true" maxElementsOnDisk="10000000"
  6. diskPersistent="false" diskExpiryThreadIntervalSeconds="120" timeToLiveSeconds="8"
  7. memoryStoreEvictionPolicy="LRU" />
  8. </ehcache>