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