Add cache sample

See gh-2633
This commit is contained in:
Eddú Meléndez
2015-03-28 15:15:01 -05:00
committed by Stephane Nicoll
parent 91ce0abe48
commit 23a278451a
12 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="true" monitoring="autodetect"
dynamicConfig="true">
<cache name="countries"
maxBytesLocalHeap="50m"
timeToLiveSeconds="100">
</cache>
</ehcache>