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

a.bonita-server.5.10.2.source-code.ehcache-history.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<ehcache name="history" updateCheck="false">

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

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

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

</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy