Subversion Repositories SmartDukaan

Rev

Rev 19071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19071 Rev 19220
Line 2... Line 2...
2
 
2
 
3
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="10M" maxBytesLocalOffHeap="10M">
4
	xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="10M" maxBytesLocalOffHeap="10M">
5
	<diskStore path="java.io.tmpdir" />
5
	<diskStore path="java.io.tmpdir" />
6
    <defaultCache statistics="true"/>
6
    <defaultCache statistics="true"/>
7
	<cache name="VirtualWarehouses" maxElementsInMemory="20" eternal="false" timeToLiveSeconds="3600"
7
	<cache name="VirtualWarehouses" maxElementsInMemory="20" eternal="false" timeToLiveSeconds="86400"
8
        overflowToDisk="false" statistics="true">
8
        overflowToDisk="false" statistics="true">
9
    </cache>
9
    </cache>
10
</ehcache>
10
</ehcache>