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

s4j.wss4j-ws-security-common.2.2.6.source-code.wss4j-ehcache.xml Maven / Gradle / Ivy

<ehcache xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false" monitoring="autodetect" dynamicConfig="true" name="wss4jCache">

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy