]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/ehcache.xml
Move to SLC legacy
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.hibernate / src / main / resources / org / argeo / slc / hibernate / ehcache.xml
diff --git a/runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/ehcache.xml b/runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/ehcache.xml
deleted file mode 100644 (file)
index b097477..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<!--
-
-    Copyright (C) 2007-2012 Mathieu Baudier
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-            http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:noNamespaceSchemaLocation="ehcache.xsd">
-
-       <diskStore path="java.io.tmpdir" />
-
-       <defaultCache maxElementsInMemory="10000" overflowToDisk="false" />
-
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResult"
-               maxElementsInMemory="1000" />
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResult.attributes"
-               maxElementsInMemory="1000" />
-       <cache name="org.argeo.slc.core.test.tree.PartSubList"
-               maxElementsInMemory="5000" />
-       <cache name="org.argeo.slc.core.test.tree.PartSubList.parts"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.test.SimpleResultPart"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResult.resultParts"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResult.elements"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.structure.SimpleSElement"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.structure.SimpleSElement.tags"
-               maxElementsInMemory="20000" />
-
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection"
-               maxElementsInMemory="100" />
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection.results"
-               maxElementsInMemory="1000" />
-
-       <cache name="org.argeo.slc.process.SlcExecution"
-               maxElementsInMemory="1000" />
-       <cache name="org.argeo.slc.process.SlcExecution.attributes"
-               maxElementsInMemory="5000" />
-       <cache name="org.argeo.slc.process.SlcExecution.steps"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.process.SlcExecutionStep"
-               maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.process.SlcExecutionStep.logLines"
-               maxElementsInMemory="100000" />
-
-       <cache name="org.argeo.slc.test.TestRunDescriptor"
-               maxElementsInMemory="1000" />
-
-       <cache name="org.argeo.slc.runtime.SlcAgentDescriptor"
-               maxElementsInMemory="100" />
-
-       <cache name="org.argeo.slc.core.attachment.SimpleAttachment"
-               maxElementsInMemory="100000" />
-       <cache name="org.argeo.slc.core.test.tree.TreeTestResult.attachments"
-               maxElementsInMemory="100000" />
-
-</ehcache>
\ No newline at end of file