Uses of Interface
org.springframework.data.redis.cache.CacheStatisticsProvider
-
Uses of CacheStatisticsProvider in org.springframework.data.redis.cache
Modifier and TypeInterfaceDescriptioninterface
The statistics collector supports capturing of relevantRedisCache
operations such as hits & misses.interface
RedisCacheWriter
provides low-level access to Redis commands (SET, SETNX, GET, EXPIRE,...
) used for caching.