Interface | Description |
---|---|
CacheStatistics |
Snapshot of the statistics of a given cache.
|
CacheStatisticsProvider<C extends Cache> |
Provide a
CacheStatistics based on a Cache . |
Class | Description |
---|---|
AbstractJmxCacheStatisticsProvider<C extends Cache> |
Base
CacheStatisticsProvider implementation that uses JMX to retrieve the cache
statistics. |
ConcurrentMapCacheStatisticsProvider |
CacheStatisticsProvider implementation for ConcurrentMapCache . |
DefaultCacheStatistics |
A default
CacheStatistics implementation. |
EhCacheStatisticsProvider |
CacheStatisticsProvider implementation for EhCache. |
GuavaCacheStatisticsProvider |
CacheStatisticsProvider implementation for Guava. |
HazelcastCacheStatisticsProvider |
CacheStatisticsProvider implementation for Hazelcast. |
InfinispanCacheStatisticsProvider |
CacheStatisticsProvider implementation for Infinispan. |
JCacheCacheStatisticsProvider |
CacheStatisticsProvider implementation for a JSR-107 compliant cache. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.