9b2e2b3641
refs #269
36 lines
1022 B
XML
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> |