| 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" timeToLiveSeconds="600"
|
8 |
<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="false" 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"
|
| 12 |
overflowToDisk="false" statistics="true">
|
12 |
overflowToDisk="false" statistics="true">
|
| 13 |
</cache>
|
13 |
</cache>
|