Subversion Repositories SmartDukaan

Rev

Rev 19071 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>

<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="10M" maxBytesLocalOffHeap="10M">
        <diskStore path="java.io.tmpdir" />
    <defaultCache statistics="true"/>
        <cache name="VirtualWarehouses" maxElementsInMemory="20" eternal="false" timeToLiveSeconds="86400"
        overflowToDisk="false" statistics="true">
    </cache>
</ehcache>