Uses of Class
org.redisson.micronaut.cache.RedissonCacheConfiguration
-
Packages that use RedissonCacheConfiguration Package Description org.redisson.micronaut org.redisson.micronaut.cache -
-
Uses of RedissonCacheConfiguration in org.redisson.micronaut
Methods in org.redisson.micronaut with parameters of type RedissonCacheConfiguration Modifier and Type Method Description RedissonSyncCacheRedissonFactory. cache(RedissonCacheConfiguration configuration, RedissonClient redisson, io.micronaut.core.convert.ConversionService<?> conversionService, ExecutorService executorService) -
Uses of RedissonCacheConfiguration in org.redisson.micronaut.cache
Constructors in org.redisson.micronaut.cache with parameters of type RedissonCacheConfiguration Constructor Description RedissonSyncCache(io.micronaut.core.convert.ConversionService<?> conversionService, RMapCache<Object,Object> mapCache, RMap<Object,Object> map, ExecutorService executorService, RedissonCacheConfiguration configuration)
-