Skip to content
Snippets Groups Projects
Commit e27c1aa8 authored by Goik Martin's avatar Goik Martin
Browse files

Prettifying

parent 1d044810
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="ehcache.xsd">
xsi:noNamespaceSchemaLocation="ehcache.xsd">
<diskStore path="/tmp/ehcache"/>
<defaultCache maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="300"
......@@ -9,7 +11,8 @@
diskSpoolBufferSizeMB="30"
maxElementsOnDisk="10000"
diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LRU" statistics="true">
memoryStoreEvictionPolicy="LRU"
statistics="true">
</defaultCache>
<cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment