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

a.engine.bonita-server.6.0.0.source-code.ehcache.xml Maven / Gradle / Ivy

<ehcache>

  <!-- nothing is stored to disk but ehcache generate a NPE if not specified -->
  <diskStore path="java.io.tmpdir/parent-child.cache"/>

  <defaultCache
  	maxElementsInMemory="10000"
    eternal="false"
    timeToIdleSeconds="120"
    timeToLiveSeconds="120"
    overflowToDisk="false"
    memoryStoreEvictionPolicy="LRU"
  />

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

</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy