Class GuavaCacheStatisticsProvider

    • Method Detail

      • getCacheStatistics

        public CacheStatistics getCacheStatistics​(org.springframework.cache.CacheManager cacheManager,
                                                  org.springframework.cache.guava.GuavaCache cache)
        Deprecated.
        Description copied from interface: CacheStatisticsProvider
        Return the current CacheStatistics snapshot for the specified Cache or null if the given cache could not be handled.
        Specified by:
        getCacheStatistics in interface CacheStatisticsProvider<org.springframework.cache.guava.GuavaCache>
        Parameters:
        cacheManager - the CacheManager handling this cache
        cache - the cache to handle
        Returns:
        the current cache statistics or null