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

enserver.j2ee.29.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="autodetect"
         dynamicConfig="true">
<!--    <defaultCache maxEntriesLocalHeap="0" eternal="false" timeToIdleSeconds="1200" timeToLiveSeconds="1200">
    </defaultCache>-->
    
    <cache name="fifoCache" maxEntriesLocalHeap="1000" eternal="true" memoryStoreEvictionPolicy="FIFO"/>
</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy