インターフェースの使用
org.springframework.data.redis.cache.CacheStatisticsProvider
CacheStatisticsProvider を使用するパッケージ
org.springframework.data.redis.cache 内の CacheStatisticsProvider 使用
org.springframework.data.redis.cache 内の CacheStatisticsProvider サブインターフェース修飾子と型インターフェース説明interface
統計コレクターは、ヒット & ミスなどの関連するRedisCache
操作のキャプチャーをサポートします。interface
RedisCacheWriter
は、キャッシュに使用される Redis コマンド (SET, SETNX, GET, EXPIRE,...
) への低レベルのアクセスを提供します。