]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.hibernate/src/main/resources/org/argeo/slc/hibernate/cache/ehcache.xml
Adapt for Tomcat and MySQL
[gpl/argeo-slc.git] / org.argeo.slc.hibernate / src / main / resources / org / argeo / slc / hibernate / cache / ehcache.xml
1 <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="ehcache.xsd">
3
4 <diskStore path="java.io.tmpdir" />
5
6 <defaultCache maxElementsInMemory="10000" overflowToDisk="false" />
7
8 <cache name="org.argeo.slc.core.test.tree.TreeTestResult"
9 maxElementsInMemory="1000" />
10 <cache name="org.argeo.slc.core.test.tree.TreeTestResult.attributes"
11 maxElementsInMemory="1000" />
12 <cache name="org.argeo.slc.core.test.tree.PartSubList"
13 maxElementsInMemory="5000" />
14 <cache name="org.argeo.slc.core.test.tree.PartSubList.parts"
15 maxElementsInMemory="10000" />
16 <cache name="org.argeo.slc.core.test.SimpleResultPart"
17 maxElementsInMemory="10000" />
18 <cache
19 name="org.argeo.slc.core.test.tree.TreeTestResult.resultParts"
20 maxElementsInMemory="10000" />
21 <cache name="org.argeo.slc.core.test.tree.TreeTestResult.elements"
22 maxElementsInMemory="10000" />
23 <cache name="org.argeo.slc.core.structure.SimpleSElement"
24 maxElementsInMemory="10000" />
25 <cache name="org.argeo.slc.core.structure.SimpleSElement.tags"
26 maxElementsInMemory="20000" />
27
28 <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection"
29 maxElementsInMemory="100" />
30 <cache
31 name="org.argeo.slc.core.test.tree.TreeTestResultCollection.results"
32 maxElementsInMemory="1000" />
33
34 <cache name="org.argeo.slc.core.process.SlcExecution"
35 maxElementsInMemory="1000" />
36 <cache name="org.argeo.slc.core.process.SlcExecution.attributes"
37 maxElementsInMemory="5000" />
38 <cache name="org.argeo.slc.core.process.SlcExecution.steps"
39 maxElementsInMemory="10000" />
40 <cache name="org.argeo.slc.core.process.SlcExecutionStep"
41 maxElementsInMemory="10000" />
42 <cache name="org.argeo.slc.core.process.SlcExecutionStep.logLines"
43 maxElementsInMemory="100000" />
44
45 <cache name="org.argeo.slc.core.test.TestRunDescriptor"
46 maxElementsInMemory="1000" />
47
48 </ehcache>