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

rencyconverter.currency-converter-api.1.0.source-code.ehcache.xml Maven / Gradle / Ivy

Go to download

Currency Converter works with different bank webservices to fetch rates. It also may use GoogleFinance API to get rates.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="ehcache.xsd"
         updateCheck="true" monitoring="autodetect"
         dynamicConfig="true">

    <cache name="currencyConverter"
           maxElementsInMemory="100"
           maxElementsOnDisk="1000"
           eternal="false"
           overflowToDisk="true"
           diskSpoolBufferSizeMB="30"
           timeToIdleSeconds="300"
           timeToLiveSeconds="3600"
           memoryStoreEvictionPolicy="LFU"
            />

</ehcache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy