Subversion Repositories SmartDukaan

Rev

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

Rev 3112 Rev 3225
Line -... Line 1...
-
 
1
<?xml version="1.0" encoding="UTF-8"?>
-
 
2
 
1
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:noNamespaceSchemaLocation="ehcache.xsd" maxBytesLocalHeap="5M" maxBytesLocalOffHeap="5M">
4
	xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="5M" maxBytesLocalOffHeap="5M">
3
	<diskStore path="java.io.tmpdir" />
5
	<diskStore path="java.io.tmpdir" />
4
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
6
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
5
		overflowToDisk="false">
7
		overflowToDisk="false">
6
	</cache>
8
	</cache>
7
	<cache name="ShowcasePageSnippets" maxElementsInMemory="5" eternal="true"
9
	<cache name="ShowcasePageSnippets" maxElementsInMemory="5" eternal="true"
8
        overflowToDisk="false">
10
        overflowToDisk="false">
9
    </cache>
11
    </cache>
-
 
12
    <cache name="ProductPageSnippets" maxElementsInMemory="20" eternal="true"
-
 
13
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU">
-
 
14
    </cache>
-
 
15
    
-
 
16
    <!-- 
-
 
17
    <defaultCache
-
 
18
       maxEntriesLocalHeap="10000"
-
 
19
       eternal="false"
-
 
20
       timeToIdleSeconds="120"
-
 
21
       timeToLiveSeconds="120"
-
 
22
       overflowToDisk="true"
-
 
23
       maxEntriesLocalDisk="10000000"
-
 
24
       diskPersistent="false"
-
 
25
       diskExpiryThreadIntervalSeconds="120"
-
 
26
       memoryStoreEvictionPolicy="LRU"
-
 
27
       />
-
 
28
       -->
-
 
29
    
10
</ehcache>
30
</ehcache>