Rev 3112 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 3050 |
vikas |
1 |
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
2 |
xsi:noNamespaceSchemaLocation="ehcache.xsd" maxBytesLocalHeap="5M" maxBytesLocalOffHeap="5M">
|
|
|
3 |
<diskStore path="java.io.tmpdir" />
|
|
|
4 |
<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
|
|
|
5 |
overflowToDisk="false">
|
|
|
6 |
</cache>
|
|
|
7 |
</ehcache>
|