Oprava predesloho commitu.

refs #269
This commit is contained in:
2016-06-27 16:36:25 +02:00
parent a8dc7f1306
commit 9b2e2b3641
2 changed files with 37 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">
<diskStore path="java.io.tmpdir"/>
<defaultCache
eternal="false"
maxElementsInMemory="100000"
timeToLiveSeconds="1800"
overflowToDisk="true" />
<!--<cache name="info.bukova.isspst.data.User"
maxElementsInMemory="1000"
overflowToDisk="false"/>
<cache name="info.bukova.isspst.data.Role"
maxElementsInMemory="1000"
overflowToDisk="false"/>
<cache name="info.bukova.isspst.data.Permission"
maxElementsInMemory="1000"
overflowToDisk="false"/>
<cache name="info.bukova.isspst.data.Requirement"
maxElementsInMemory="10000"
overflowToDisk="true"/>
<cache name="info.bukova.isspst.data.TripRequirement"
maxElementsInMemory="10000"
overflowToDisk="true"/>
<cache name="info.bukova.isspst.data.TripBillApproval"
maxElementsInMemory="10000"
overflowToDisk="true"/>-->
</ehcache>