Skip to content

Commit

Permalink
Drop references to persistent and concurrent caches.
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Jul 19, 2017
1 parent 469ed0b commit 8cdc07e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ public void adjustInfinispanStatisticsEnabled(final List<ModelNode> list, final
subsystem.append("cache-container", "server").append("replicated-cache", "default")));
list.add(setStatisticsEnabledTrue(
subsystem.append("cache-container", "web").append("distributed-cache", "dist")));
list.add(setStatisticsEnabledTrue(
subsystem.append("cache-container", "web").append("distributed-cache", "concurrent")));

list.add(setStatisticsEnabledTrue(
subsystem.append("cache-container", "ejb").append("distributed-cache", "dist")));
Expand All @@ -93,11 +91,8 @@ public void adjustInfinispanStatisticsEnabled(final List<ModelNode> list, final
list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "server").append("local-cache", "default")));

list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "web").append("local-cache", "passivation")));
list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "web").append("local-cache", "persistent")));
list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "web").append("local-cache", "concurrent")));

list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "ejb").append("local-cache", "passivation")));
list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "ejb").append("local-cache", "persistent")));

list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "hibernate").append("local-cache", "entity")));
list.add(setStatisticsEnabledTrue(subsystem.append("cache-container", "hibernate").append("local-cache", "local-query")));
Expand Down

0 comments on commit 8cdc07e

Please sign in to comment.