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

play.play-ehcache_2.13.0-RC2.2.8.0-M1.source-code.ehcache-default.xml Maven / Gradle / Ivy

The newest version!
<!--
  ~ Copyright (C) 2009-2019 Lightbend Inc. <https://www.lightbend.com>
  -->
<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