Subversion Repositories SmartDukaan

Rev

Rev 3273 | Rev 3357 | 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>
3273 vikas 11
	<cache name="ShowcasePageSnippets" maxElementsInMemory="10" eternal="true"
12
        overflowToDisk="false" statistics="true">
3112 vikas 13
    </cache>
3295 vikas 14
    <cache name="ProductPageSnippets" maxElementsInMemory="40" eternal="true"
3273 vikas 15
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
3225 vikas 16
    </cache>
3295 vikas 17
    <cache name="CategorySnippets" maxElementsInMemory="150" eternal="true"
3273 vikas 18
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
3242 vikas 19
    </cache>
3295 vikas 20
    <cache name="SearchSnippets" maxElementsInMemory="100" eternal="true"
3273 vikas 21
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
22
    </cache>
3050 vikas 23
</ehcache>