a.service.impl.2016.5.7.source-code.service-ehcache.xml Maven / Gradle / Ivy
<ehcache xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="serviceCacheManager"> <diskStore path="user.dir/target/cia-service-ehcache/" /> <cache name="Translations" maxElementsInMemory="100000" eternal="false" overflowToDisk="false" memoryStoreEvictionPolicy="FIFO" /> <cache name="AggregatedBugData" maxElementsInMemory="100000" eternal="false" overflowToDisk="false" memoryStoreEvictionPolicy="FIFO" /> <cache name="AggregatedCountryData" maxElementsInMemory="100000" eternal="false" overflowToDisk="false" memoryStoreEvictionPolicy="FIFO" /> <cache name="TranslationsToEnglish" maxElementsInMemory="100000" eternal="false" overflowToDisk="false" memoryStoreEvictionPolicy="FIFO" /> <cache name="TranslationsFromSwedish" maxElementsInMemory="100000" eternal="false" overflowToDisk="false" memoryStoreEvictionPolicy="FIFO" /> </ehcache>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy