]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/cache/ehcache.xml
Use persistent tree, do not call empty on each view pane any more, this is done by...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.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 name="org.argeo.slc.core.test.tree.TreeTestResult.resultParts"
19 maxElementsInMemory="10000" />
20 <cache name="org.argeo.slc.core.test.tree.TreeTestResult.elements"
21 maxElementsInMemory="10000" />
22 <cache name="org.argeo.slc.core.structure.SimpleSElement"
23 maxElementsInMemory="10000" />
24 <cache name="org.argeo.slc.core.structure.SimpleSElement.tags"
25 maxElementsInMemory="20000" />
26
27 <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection"
28 maxElementsInMemory="100" />
29 <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection.results"
30 maxElementsInMemory="1000" />
31
32 <cache name="org.argeo.slc.process.SlcExecution"
33 maxElementsInMemory="1000" />
34 <cache name="org.argeo.slc.process.SlcExecution.attributes"
35 maxElementsInMemory="5000" />
36 <cache name="org.argeo.slc.process.SlcExecution.steps"
37 maxElementsInMemory="10000" />
38 <cache name="org.argeo.slc.process.SlcExecutionStep"
39 maxElementsInMemory="10000" />
40 <cache name="org.argeo.slc.process.SlcExecutionStep.logLines"
41 maxElementsInMemory="100000" />
42
43 <cache name="org.argeo.slc.test.TestRunDescriptor"
44 maxElementsInMemory="1000" />
45
46 <cache name="org.argeo.slc.runtime.SlcAgentDescriptor"
47 maxElementsInMemory="100" />
48
49 <cache name="org.argeo.slc.core.attachment.SimpleAttachment"
50 maxElementsInMemory="100000" />
51 <cache name="org.argeo.slc.core.test.tree.TreeTestResult.attachments"
52 maxElementsInMemory="100000" />
53
54 </ehcache>