Subversion Repositories SmartDukaan

Rev

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

Rev 3050 Rev 3112
Line 2... Line 2...
2
	xsi:noNamespaceSchemaLocation="ehcache.xsd" maxBytesLocalHeap="5M" maxBytesLocalOffHeap="5M">
2
	xsi:noNamespaceSchemaLocation="ehcache.xsd" maxBytesLocalHeap="5M" maxBytesLocalOffHeap="5M">
3
	<diskStore path="java.io.tmpdir" />
3
	<diskStore path="java.io.tmpdir" />
4
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
4
	<cache name="HomePageSnippets" maxElementsInMemory="5" eternal="true"
5
		overflowToDisk="false">
5
		overflowToDisk="false">
6
	</cache>
6
	</cache>
-
 
7
	<cache name="ShowcasePageSnippets" maxElementsInMemory="5" eternal="true"
-
 
8
        overflowToDisk="false">
-
 
9
    </cache>
7
</ehcache>
10
</ehcache>