Last active
December 23, 2015 09:19
-
-
Save sara4dev/6613543 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd" updateCheck="false" maxBytesLocalHeap="1g" | |
maxBytesLocalOffHeap="4g" maxBytesLocalDisk="100g" > | |
<defaultCache maxElementsInMemory="5" eternal="false" | |
timeToIdleSeconds="20" timeToLiveSeconds="20" | |
overflowToDisk="false" diskPersistent="false" | |
memoryStoreEvictionPolicy="LRU"/> | |
<cache name="longCache" timeToLiveSeconds="10000"/> | |
</ehcache> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment