接口 CacheStatisticsProvider<C extends org.springframework.cache.Cache>

    • 方法详细资料

      • 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.
        参数:
        cacheManager - the CacheManager handling this cache
        cache - the cache to handle
        返回:
        the current cache statistics or null