Uses of Class
org.redisson.micronaut.cache.RedissonCacheConfiguration
Packages that use RedissonCacheConfiguration
-
Uses of RedissonCacheConfiguration in org.redisson.micronaut
Methods in org.redisson.micronaut with parameters of type RedissonCacheConfigurationModifier and TypeMethodDescriptionRedissonFactory.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 RedissonCacheConfigurationModifierConstructorDescriptionRedissonSyncCache(io.micronaut.core.convert.ConversionService<?> conversionService, RMapCache<Object, Object> mapCache, RMap<Object, Object> map, ExecutorService executorService, RedissonCacheConfiguration configuration)