Subversion Repositories SmartDukaan

Rev

Rev 3392 | Rev 10216 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3225 vikas 1
<?xml version="1.0" encoding="UTF-8"?>
2
 
3050 vikas 3
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3273 vikas 4
	xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="10M" maxBytesLocalOffHeap="10M">
3050 vikas 5
	<diskStore path="java.io.tmpdir" />
3273 vikas 6
    <defaultCache statistics="true"/>
7
 
3050 vikas 8
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
3273 vikas 9
		overflowToDisk="false" statistics="true">
3050 vikas 10
	</cache>
5289 amit.gupta 11
	<cache name="ShowcasePageSnippets" maxElementsInMemory="20" eternal="true"
3273 vikas 12
        overflowToDisk="false" statistics="true">
3112 vikas 13
    </cache>
3392 vikas 14
    <cache name="ProductPageSnippets" maxElementsInMemory="150" eternal="true"
3273 vikas 15
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
3225 vikas 16
    </cache>
3357 vikas 17
    <cache name="CategorySnippets" maxElementsInMemory="200" eternal="true"
3273 vikas 18
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
3242 vikas 19
    </cache>
3392 vikas 20
    <cache name="SearchSnippets" maxElementsInMemory="200" eternal="true"
3273 vikas 21
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
22
    </cache>
3050 vikas 23
</ehcache>