See gh-2633
@ -22,7 +22,7 @@ import org.springframework.cache.CacheManager;
import org.springframework.cache.ehcache.EhCacheCache;
/**
* {@link CacheStatisticsProvider} implementation for {@link EhCacheCache}.
* {@link CacheStatisticsProvider} implementation for EhCache.
*
* @author Stephane Nicoll
* @since 1.3.0
@ -22,7 +22,7 @@ import org.springframework.cache.guava.GuavaCache;
import com.google.common.cache.CacheStats;
* {@link CacheStatisticsProvider} implementation for {@link GuavaCache}.
* {@link CacheStatisticsProvider} implementation for Guava.
@ -23,7 +23,7 @@ import com.hazelcast.monitor.LocalMapStats;
import com.hazelcast.spring.cache.HazelcastCache;
* {@link CacheStatisticsProvider} implementation for {@link HazelcastCache}.
* {@link CacheStatisticsProvider} implementation for Hazelcast.
@ -36,7 +36,7 @@ import org.springframework.cache.CacheManager;
import org.springframework.cache.jcache.JCacheCache;
* {@link CacheStatisticsProvider} implementation for {@link JCacheCache}.
* {@link CacheStatisticsProvider} implementation for a JSR-107 compliant cache.