ehcache.xml 3.2 KB
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd"
         updateCheck="false">
    <defaultCache
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getScreeningRank"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getSerumStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getGastroscopyStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getScreeningStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getGastroscopyDetailResultStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getRiskAssessStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getGastroscopyDetailStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getHospStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
    <cache
            name="getComplexStatistics"
            eternal="false"
            maxElementsInMemory="10000"
            overflowToDisk="false"
            diskPersistent="false"
            timeToIdleSeconds="300"
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LRU" />
</ehcache>