Package org.redisson.micronaut.cache
Class RedissonCacheConfiguration
- java.lang.Object
-
- org.redisson.micronaut.cache.BaseCacheConfiguration
-
- org.redisson.micronaut.cache.RedissonCacheConfiguration
-
- All Implemented Interfaces:
io.micronaut.core.naming.Named
@EachProperty("redisson.caches") public class RedissonCacheConfiguration extends BaseCacheConfigurationMicronaut Cache settings.- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonCacheConfiguration(String name)
-
Method Summary
-
Methods inherited from class org.redisson.micronaut.cache.BaseCacheConfiguration
getCodec, getExpireAfterAccess, getExpireAfterWrite, getMapOptions, getMaxSize, getName, setCodec, setExpireAfterAccess, setExpireAfterWrite, setLoader, setMaxSize, setWriteBehindBatchSize, setWriteBehindDelay, setWriteMode, setWriter
-
-
-
-
Constructor Detail
-
RedissonCacheConfiguration
public RedissonCacheConfiguration(@Parameter String name)
-
-