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

ms.beangle-ems-start.3.4.6.source-code.ehcache.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="ehcache.xsd"
    updateCheck="false" monitoring="off"
    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.spi.UpdateTimestampsCache"></cache>

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

  <cache eternal="false" overflowToDisk="false" maxElementsInMemory="10000"
    timeToLiveSeconds="1000" timeToIdleSeconds="500"
    name="beangle"></cache>
</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy