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

f.cxf-bundle-minimal.2.6.0.source-code.cxf-ehcache.xml Maven / Gradle / Ivy

There is a newer version: 2.7.18
Show newest version
<ehcache xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false" monitoring="autodetect" dynamicConfig="true">

    <diskStore path="java.io.tmpdir"/>

    <defaultCache
            maxElementsInMemory="50000"
            eternal="false"
            timeToIdleSeconds="3600"
            timeToLiveSeconds="3600"
            overflowToDisk="true"
            maxElementsOnDisk="10000000"
            diskPersistent="false"
            diskExpiryThreadIntervalSeconds="120"
            memoryStoreEvictionPolicy="LRU"
            />
</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy