Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
19055 manish.sha 1
<?xml version="1.0" encoding="UTF-8"?>
2
 
3
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="10M" maxBytesLocalOffHeap="10M">
5
	<diskStore path="java.io.tmpdir" />
6
    <defaultCache statistics="true"/>
19220 manish.sha 7
	<cache name="VirtualWarehouses" maxElementsInMemory="20" eternal="false" timeToLiveSeconds="86400"
19055 manish.sha 8
        overflowToDisk="false" statistics="true">
9
    </cache>
10
</ehcache>