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

ghtblue.migrator.lightblue-migrator-facade.2.34.0.source-code.ehcache.xml Maven / Gradle / Ivy

There is a newer version: 2.56.1
Show newest version
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="true"
    monitoring="autodetect" dynamicConfig="true">

    <!--
        timeToLiveSeconds: It's important to expire the IDs in case there are not removed by Lightblue DAO (can happen if there is an error).
        maxEntriesLocalHeap: we should never reach that limit
    -->
    <defaultCache
        timeToLiveSeconds="60"
        maxEntriesLocalHeap="1000000"
    />

</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy