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

.cas-server-extension-clearpass.4.2.7.source-code.ehcacheClearPass.xml Maven / Gradle / Ivy

The newest version!
<ehcache name="ehCacheClearPassCache" updateCheck="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://ehcache.sf.net/ehcache.xsd">
        <diskStore path="java.io.tmpdir" />
        <defaultCache maxElementsInMemory="10000" eternal="false"
        timeToIdleSeconds="360" timeToLiveSeconds="360" overflowToDisk="false" />
        <cache name="clearPassCache" maxElementsInMemory="100000"
        eternal="true" overflowToDisk="false" />
</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy