<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false">

    <diskStore path="java.io.tmpdir"/>

    <defaultCache
            maxElementsInMemory="1000"
            eternal="false"
            timeToIdleSeconds="120"
            timeToLiveSeconds="120"
            statistics="true"
            overflowToDisk="true"
            diskPersistent="false"
            diskExpiryThreadIntervalSeconds="120"
            memoryStoreEvictionPolicy="LRU"/>

    <cache name="core-ejb3.user_cacheregion"
           eternal="false"
           overflowToDisk="false"
           statistics="true"
           maxElementsInMemory="1000"
           timeToIdleSeconds="0"
           timeToLiveSeconds="0"
            />
    <!-- 7000 with rank = 1 -->
    <cache name="core-ejb3.vendorcatalog_cacheregion"
           eternal="false"
           overflowToDisk="false"
           statistics="true"
           maxElementsInMemory="90000"
           timeToIdleSeconds="0"
           timeToLiveSeconds="0"
            />




</ehcache>