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

r.serposcope.web.2.10.0.source-code.ehcache.xml Maven / Gradle / Ivy

The newest version!
<!--
Serposcope - SEO rank checker https://serposcope.serphacker.com/

Copyright (c) 2016 SERP Hacker
@author Pierre Nogues <[email protected]>
@license https://opensource.org/licenses/MIT MIT License
-->
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../config/ehcache.xsd" updateCheck="false">

    <defaultCache
            maxElementsInMemory="10000"
            eternal="false"
            timeToIdleSeconds="120"
            timeToLiveSeconds="120"
            overflowToDisk="false"
            maxElementsOnDisk="10000000"
            diskPersistent="false"
            diskExpiryThreadIntervalSeconds="120"
            memoryStoreEvictionPolicy="LRU"
    /> 
    
</ehcache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy