类 GuavaCacheStatisticsProvider

    • 方法详细资料

      • getCacheStatistics

        public CacheStatistics getCacheStatistics​(org.springframework.cache.CacheManager cacheManager,
                                                  org.springframework.cache.guava.GuavaCache cache)
        已过时。
        从接口复制的说明: CacheStatisticsProvider
        Return the current CacheStatistics snapshot for the specified Cache or null if the given cache could not be handled.
        指定者:
        getCacheStatistics 在接口中 CacheStatisticsProvider<org.springframework.cache.guava.GuavaCache>
        参数:
        cacheManager - the CacheManager handling this cache
        cache - the cache to handle
        返回:
        the current cache statistics or null