Interface CacheStatisticsProvider<C extends org.springframework.cache.Cache>

    • Method Detail

      • getCacheStatistics

        CacheStatistics getCacheStatistics​(org.springframework.cache.CacheManager cacheManager,
                                           C cache)
        Return the current CacheStatistics snapshot for the specified Cache or null if the given cache could not be handled.
        Parameters:
        cacheManager - the CacheManager handling this cache
        cache - the cache to handle
        Returns:
        the current cache statistics or null