Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>

<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://ehcache.org/ehcache.xsd" maxBytesLocalHeap="10M" maxBytesLocalOffHeap="10M">
        <diskStore path="java.io.tmpdir" />
    <defaultCache statistics="true"/>

        <cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
                overflowToDisk="false" statistics="true">
        </cache>
        <cache name="ShowcasePageSnippets" maxElementsInMemory="20" eternal="true"
        overflowToDisk="false" statistics="true">
    </cache>
    <cache name="ProductPageSnippets" maxElementsInMemory="150" eternal="true"
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
    </cache>
    <cache name="CategorySnippets" maxElementsInMemory="200" eternal="true"
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
    </cache>
    <cache name="SearchSnippets" maxElementsInMemory="200" eternal="true"
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU" statistics="true">
    </cache>
</ehcache>