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

f.services.sts.cxf-services-sts-core.4.1.0.source-code.sts-ehcache.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0"?>
<config
        xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
        xmlns='http://www.ehcache.org/v3'
        xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.8.xsd">

    <persistence directory="${java.io.tmpdir}" />

    <cache alias="org.apache.cxf.sts.cache.EHCacheIdentityCache">
        <key-type>java.lang.String</key-type>
        <value-type>org.apache.cxf.sts.cache.EHCacheIdentityValue</value-type>
        <expiry>
            <ttl unit="seconds">3600</ttl>
        </expiry>
        <resources>
            <heap unit="entries">5000</heap>
            <disk unit="MB" persistent="false">10</disk>
        </resources>
    </cache>

</config>






© 2015 - 2025 Weber Informatics LLC | Privacy Policy