Files
isspst/src/main/resources/ehcache.xml
T
2016-06-27 16:36:25 +02:00

36 lines
1022 B
XML

<?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>