| 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 |
|
| 10233 |
kshitij.so |
8 |
<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="false" timeToLiveSeconds="600"
|
| 3273 |
vikas |
9 |
overflowToDisk="false" statistics="true">
|
| 3050 |
vikas |
10 |
</cache>
|
| 10232 |
kshitij.so |
11 |
<cache name="ShowcasePageSnippets" maxElementsInMemory="20" eternal="true"
|
| 3273 |
vikas |
12 |
overflowToDisk="false" statistics="true">
|
| 3112 |
vikas |
13 |
</cache>
|
| 11872 |
amit.gupta |
14 |
<cache name="PrivateDealPageSnippets" maxElementsInMemory="20" eternal="false" timeToLiveSeconds="600"
|
|
|
15 |
overflowToDisk="false" statistics="true">
|
|
|
16 |
</cache>
|
| 10232 |
kshitij.so |
17 |
<cache name="ProductPageSnippets" maxElementsInMemory="150" eternal="true"
|
| 3273 |
vikas |
18 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
|
| 3225 |
vikas |
19 |
</cache>
|
| 10232 |
kshitij.so |
20 |
<cache name="CategorySnippets" maxElementsInMemory="200" eternal="true"
|
| 3273 |
vikas |
21 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
|
| 3242 |
vikas |
22 |
</cache>
|
| 10232 |
kshitij.so |
23 |
<cache name="SearchSnippets" maxElementsInMemory="200" eternal="true"
|
| 3273 |
vikas |
24 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
|
|
|
25 |
</cache>
|
| 10232 |
kshitij.so |
26 |
<cache name="BannerCache" maxElementsInMemory="10" eternal="true"
|
|
|
27 |
overflowToDisk="false" statistics="true">
|
|
|
28 |
</cache>
|
| 3050 |
vikas |
29 |
</ehcache>
|