Skip to content

Instantly share code, notes, and snippets.

@sara4dev
Last active December 23, 2015 09:19
Show Gist options
  • Save sara4dev/6613543 to your computer and use it in GitHub Desktop.
Save sara4dev/6613543 to your computer and use it in GitHub Desktop.
<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