.cas-server-extension-clearpass.4.2.7.source-code.ehcacheClearPass.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-extension-clearpass Show documentation
Show all versions of cas-server-extension-clearpass Show documentation
cas-server-extension-clearpass
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>