程序包 org.springframework.boot.actuate.cache
接口概要 接口 说明 CacheStatistics Snapshot of the statistics of a given cache.CacheStatisticsProvider<C extends org.springframework.cache.Cache> Provide aCacheStatisticsbased on aCache.类概要 类 说明 AbstractJmxCacheStatisticsProvider<C extends org.springframework.cache.Cache> BaseCacheStatisticsProviderimplementation that uses JMX to retrieve the cache statistics.CaffeineCacheStatisticsProvider CacheStatisticsProviderimplementation for Caffeine.ConcurrentMapCacheStatisticsProvider CacheStatisticsProviderimplementation forConcurrentMapCache.DefaultCacheStatistics A defaultCacheStatisticsimplementation.EhCacheStatisticsProvider CacheStatisticsProviderimplementation for EhCache.GuavaCacheStatisticsProvider 已过时。 as of 1.5 following the removal of Guava support in Spring Framework 5HazelcastCacheStatisticsProvider CacheStatisticsProviderimplementation for Hazelcast.InfinispanCacheStatisticsProvider CacheStatisticsProviderimplementation for Infinispan.JCacheCacheStatisticsProvider CacheStatisticsProviderimplementation for a JSR-107 compliant cache.