Subversion Repositories SmartDukaan

Rev

Rev 5289 | Rev 10232 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5289 Rev 10216
Line 3... Line 3...
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
 
7
 
8
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
8
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true" timeToLiveSeconds="600"
9
		overflowToDisk="false" statistics="true">
9
		overflowToDisk="false" statistics="true">
10
	</cache>
10
	</cache>
11
	<cache name="ShowcasePageSnippets" maxElementsInMemory="20" eternal="true"
11
	<cache name="ShowcasePageSnippets" maxElementsInMemory="20" eternal="true" timeToLiveSeconds="900"
12
        overflowToDisk="false" statistics="true">
12
        overflowToDisk="false" statistics="true">
13
    </cache>
13
    </cache>
14
    <cache name="ProductPageSnippets" maxElementsInMemory="150" eternal="true"
14
    <cache name="ProductPageSnippets" maxElementsInMemory="150" eternal="true" timeToLiveSeconds="900"
15
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
15
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
16
    </cache>
16
    </cache>
17
    <cache name="CategorySnippets" maxElementsInMemory="200" eternal="true"
17
    <cache name="CategorySnippets" maxElementsInMemory="200" eternal="true" timeToLiveSeconds="900"
18
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
18
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
19
    </cache>
19
    </cache>
20
    <cache name="SearchSnippets" maxElementsInMemory="200" eternal="true"
20
    <cache name="SearchSnippets" maxElementsInMemory="200" eternal="true" timeToLiveSeconds="900"
21
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
21
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
22
    </cache>
22
    </cache>
23
</ehcache>
23
</ehcache>