Add basic cache metrics support for Infinispan

Closes gh-3066
This commit is contained in:
Stephane Nicoll
2015-06-01 17:41:59 +02:00
parent 28d2955d03
commit 18d7634947
8 changed files with 247 additions and 56 deletions

View File

@@ -2,7 +2,7 @@
<infinispan xmlns="urn:infinispan:config:7.2">
<cache-container default-cache="default">
<local-cache name="countries">
<local-cache name="countries" statistics="true">
<eviction max-entries="200"/>
<expiration lifespan="600000"/>
</local-cache>