ehcache.xml

19 lines | 738 B Blame History Raw Download
<!--TODO Jhonny removed cache-->
<!--<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"-->
         <!--xsi:noNamespaceSchemaLocation="ehcache.xsd"-->
         <!--updateCheck="false">-->
    <!--<diskStore path="java.io.tmpdir"/>-->

    <!--&lt;!&ndash; objects are evicted from the cache every 60 seconds &ndash;&gt;-->
    <!--<cache name="vets"-->
           <!--timeToLiveSeconds="60"-->
           <!--maxElementsInMemory="100"-->
           <!--eternal="false"-->
           <!--overflowToDisk="false"-->
           <!--maxElementsOnDisk="10000000"-->
           <!--diskPersistent="false"-->
           <!--diskExpiryThreadIntervalSeconds="1"-->
           <!--memoryStoreEvictionPolicy="LRU"/>-->

<!--</ehcache>-->