Package | Description |
---|---|
org.springframework.boot.actuate.cache |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJmxCacheStatisticsProvider<C extends Cache>
Base
CacheStatisticsProvider implementation that uses JMX to retrieve the cache
statistics. |
class |
ConcurrentMapCacheStatisticsProvider
CacheStatisticsProvider implementation for ConcurrentMapCache . |
class |
EhCacheStatisticsProvider
CacheStatisticsProvider implementation for EhCache. |
class |
GuavaCacheStatisticsProvider
CacheStatisticsProvider implementation for Guava. |
class |
HazelcastCacheStatisticsProvider
CacheStatisticsProvider implementation for Hazelcast. |
class |
InfinispanCacheStatisticsProvider
CacheStatisticsProvider implementation for Infinispan. |
class |
JCacheCacheStatisticsProvider
CacheStatisticsProvider implementation for a JSR-107 compliant cache. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.