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

rm.beangle-orm-hibernate.3.4.10.source-code.ehcache-test.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="ehcache.xsd"
    updateCheck="false" monitoring="autodetect" dynamicConfig="true">

  <diskStore path="java.io.tmpdir"/>

  <defaultCache maxElementsInMemory="1000" eternal="false" timeToIdleSeconds="120"
    timeToLiveSeconds="1000" overflowToDisk="false"/>

  <cache eternal="false" overflowToDisk="false" maxElementsInMemory="1000"
    timeToLiveSeconds="1000" timeToIdleSeconds="120"
    name="org.hibernate.cache.UpdateTimestampsCache"></cache>

  <cache eternal="false" overflowToDisk="false" maxElementsInMemory="1000"
    timeToLiveSeconds="1000" timeToIdleSeconds="120"
    name="org.hibernate.cache.StandardQueryCache"></cache>

</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy