Add cache sample
See gh-2633
This commit is contained in:
committed by
Stephane Nicoll
parent
91ce0abe48
commit
23a278451a
@@ -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>
|
||||
Reference in New Issue
Block a user