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

de.maven-play-plugin.org.playframework.play.1.5.0.source-code.ehcache.xml Maven / Gradle / Ivy

<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