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

tarter.openurp-starter-ws.0.0.11.source-code.ehcache-failsafe.xml Maven / Gradle / Ivy

There is a newer version: 0.3.46
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<config
        xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
        xmlns='http://www.ehcache.org/v3'
        xmlns:jsr107='http://www.ehcache.org/v3/jsr107'>

    <cache alias="default-update-timestamps-region">
        <key-type>java.lang.Object</key-type>
        <value-type>java.lang.Object</value-type>
        <expiry>
            <ttl unit="seconds">900</ttl>
        </expiry>
        <heap unit="entries">10000</heap>
    </cache>

    <cache alias="default-query-results-region">
        <key-type>java.lang.Object</key-type>
        <value-type>java.lang.Object</value-type>
        <expiry>
            <ttl unit="seconds">900</ttl>
        </expiry>
        <heap unit="entries">10000</heap>
    </cache>
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy