| Line 1... |
Line 1... |
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 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="5M" maxBytesLocalOffHeap="5M">
|
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"/>
|
| - |
|
7 |
|
| 6 |
<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
|
8 |
<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
|
| 7 |
overflowToDisk="false">
|
9 |
overflowToDisk="false" statistics="true">
|
| 8 |
</cache>
|
10 |
</cache>
|
| 9 |
<cache name="ShowcasePageSnippets" maxElementsInMemory="5" eternal="true"
|
11 |
<cache name="ShowcasePageSnippets" maxElementsInMemory="10" eternal="true"
|
| 10 |
overflowToDisk="false">
|
12 |
overflowToDisk="false" statistics="true">
|
| 11 |
</cache>
|
13 |
</cache>
|
| 12 |
<cache name="ProductPageSnippets" maxElementsInMemory="20" eternal="true"
|
14 |
<cache name="ProductPageSnippets" maxElementsInMemory="20" eternal="true"
|
| 13 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU">
|
15 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
|
| 14 |
</cache>
|
16 |
</cache>
|
| 15 |
<cache name="CategorySnippets" maxElementsInMemory="100" eternal="true"
|
17 |
<cache name="CategorySnippets" maxElementsInMemory="100" eternal="true"
|
| 16 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU">
|
18 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
|
| - |
|
19 |
</cache>
|
| - |
|
20 |
<cache name="SearchSnippets" maxElementsInMemory="50" eternal="true"
|
| - |
|
21 |
overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
|
| 17 |
</cache>
|
22 |
</cache>
|
| 18 |
|
- |
|
| 19 |
<!--
|
- |
|
| 20 |
<defaultCache
|
- |
|
| 21 |
maxEntriesLocalHeap="10000"
|
- |
|
| 22 |
eternal="false"
|
- |
|
| 23 |
timeToIdleSeconds="120"
|
- |
|
| 24 |
timeToLiveSeconds="120"
|
- |
|
| 25 |
overflowToDisk="true"
|
- |
|
| 26 |
maxEntriesLocalDisk="10000000"
|
- |
|
| 27 |
diskPersistent="false"
|
- |
|
| 28 |
diskExpiryThreadIntervalSeconds="120"
|
- |
|
| 29 |
memoryStoreEvictionPolicy="LRU"
|
- |
|
| 30 |
/>
|
- |
|
| 31 |
-->
|
- |
|
| 32 |
|
- |
|
| 33 |
</ehcache>
|
23 |
</ehcache>
|