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