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 |
CaffeineCacheStatisticsProvider
CacheStatisticsProvider implementation for Caffeine. |
class |
ConcurrentMapCacheStatisticsProvider
CacheStatisticsProvider implementation for ConcurrentMapCache . |
class |
EhCacheStatisticsProvider
CacheStatisticsProvider implementation for EhCache. |
class |
GuavaCacheStatisticsProvider
Deprecated.
as of 1.5 following the removal of Guava support in Spring Framework 5
|
class |
HazelcastCacheStatisticsProvider
CacheStatisticsProvider implementation for Hazelcast. |
class |
InfinispanCacheStatisticsProvider
CacheStatisticsProvider implementation for Infinispan. |
class |
JCacheCacheStatisticsProvider
CacheStatisticsProvider implementation for a JSR-107 compliant cache. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.