Skip to content
Snippets Groups Projects
Commit 5c051411 authored by srosse's avatar srosse
Browse files

no-jira: enable statistic for the cache configured via spring

parent 339073eb
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ public class InfinispanCacher implements Cacher {
builder.locking().useLockStriping(false);
builder.locking().lockAcquisitionTimeout(15000);
builder.locking().isolationLevel(IsolationLevel.READ_COMMITTED);
builder.jmxStatistics().enable();
Configuration configurationOverride = builder.build();
cacheManager.defineConfiguration(cacheName, configurationOverride);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment