Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
3050 vikas 1
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:noNamespaceSchemaLocation="ehcache.xsd" maxBytesLocalHeap="5M" maxBytesLocalOffHeap="5M">
3
	<diskStore path="java.io.tmpdir" />
4
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
5
		overflowToDisk="false">
6
	</cache>
3112 vikas 7
	<cache name="ShowcasePageSnippets" maxElementsInMemory="5" eternal="true"
8
        overflowToDisk="false">
9
    </cache>
3050 vikas 10
</ehcache>