Uses of Class
org.redisson.spring.cache.RedissonCache
-
Packages that use RedissonCache Package Description org.redisson.spring.cache -
-
Uses of RedissonCache in org.redisson.spring.cache
Methods in org.redisson.spring.cache that return RedissonCache Modifier and Type Method Description static RedissonCache
RedissonCacheMetrics. monitor(io.micrometer.core.instrument.MeterRegistry registry, RedissonCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
Record metrics on a Redisson cache.Methods in org.redisson.spring.cache with parameters of type RedissonCache Modifier and Type Method Description io.micrometer.core.instrument.binder.MeterBinder
RedissonCacheMeterBinderProvider. getMeterBinder(RedissonCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
static RedissonCache
RedissonCacheMetrics. monitor(io.micrometer.core.instrument.MeterRegistry registry, RedissonCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
Record metrics on a Redisson cache.Constructors in org.redisson.spring.cache with parameters of type RedissonCache Constructor Description RedissonCacheMetrics(RedissonCache cache, Iterable<io.micrometer.core.instrument.Tag> tags)
-