Subversion Repositories SmartDukaan

Rev

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

Rev 3357 Rev 3392
Line 9... Line 9...
9
		overflowToDisk="false" statistics="true">
9
		overflowToDisk="false" statistics="true">
10
	</cache>
10
	</cache>
11
	<cache name="ShowcasePageSnippets" maxElementsInMemory="10" eternal="true"
11
	<cache name="ShowcasePageSnippets" maxElementsInMemory="10" eternal="true"
12
        overflowToDisk="false" statistics="true">
12
        overflowToDisk="false" statistics="true">
13
    </cache>
13
    </cache>
14
    <cache name="ProductPageSnippets" maxElementsInMemory="100" eternal="true"
14
    <cache name="ProductPageSnippets" maxElementsInMemory="150" eternal="true"
15
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
15
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
16
    </cache>
16
    </cache>
17
    <cache name="CategorySnippets" maxElementsInMemory="200" eternal="true"
17
    <cache name="CategorySnippets" maxElementsInMemory="200" eternal="true"
18
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
18
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
19
    </cache>
19
    </cache>
20
    <cache name="SearchSnippets" maxElementsInMemory="150" eternal="true"
20
    <cache name="SearchSnippets" maxElementsInMemory="200" eternal="true"
21
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
21
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
22
    </cache>
22
    </cache>
23
</ehcache>
23
</ehcache>