Package org.springframework.boot.actuate.cache
Interface Summary Interface Description CacheStatistics Snapshot of the statistics of a given cache.CacheStatisticsProvider<C extends org.springframework.cache.Cache> Provide aCacheStatisticsbased on aCache.Class Summary Class Description 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 Deprecated. 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.