Subversion Repositories SmartDukaan

Rev

Rev 3225 | Rev 3295 | Go to most recent revision | Blame | Compare with Previous | 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="5M" maxBytesLocalOffHeap="5M">
        <diskStore path="java.io.tmpdir" />
        <cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
                overflowToDisk="false">
        </cache>
        <cache name="ShowcasePageSnippets" maxElementsInMemory="5" eternal="true"
        overflowToDisk="false">
    </cache>
    <cache name="ProductPageSnippets" maxElementsInMemory="20" eternal="true"
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU">
    </cache>
    <cache name="CategorySnippets" maxElementsInMemory="100" eternal="true"
        overflowToDisk="false" memoryStoreEvictionPolicy="LFU">
    </cache>
    
    <!-- 
    <defaultCache
       maxEntriesLocalHeap="10000"
       eternal="false"
       timeToIdleSeconds="120"
       timeToLiveSeconds="120"
       overflowToDisk="true"
       maxEntriesLocalDisk="10000000"
       diskPersistent="false"
       diskExpiryThreadIntervalSeconds="120"
       memoryStoreEvictionPolicy="LRU"
       />
       -->
    
</ehcache>