Subversion Repositories SmartDukaan

Rev

Rev 3050 | Rev 3242 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="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>
</ehcache>