Uses of Class
org.redisson.spring.cache.CacheConfig
Packages that use CacheConfig
-
Uses of CacheConfig in org.redisson.spring.cache
Methods in org.redisson.spring.cache that return CacheConfigModifier and TypeMethodDescriptionprotected CacheConfigRedissonSpringCacheManager.createDefaultConfig()Methods in org.redisson.spring.cache that return types with arguments of type CacheConfigModifier and TypeMethodDescriptionstatic Map<String,? extends CacheConfig> Read config objects stored in JSON format fromFilestatic Map<String,? extends CacheConfig> CacheConfig.fromJSON(InputStream inputStream) Read config objects stored in JSON format fromInputStreamstatic Map<String,? extends CacheConfig> Read config objects stored in JSON format fromReaderstatic Map<String,? extends CacheConfig> Read config objects stored in JSON format fromStringstatic Map<String,? extends CacheConfig> Read config objects stored in JSON format fromURLCacheConfigSupport.fromJSON(InputStream inputStream) static Map<String,? extends CacheConfig> Read config objects stored in YAML format fromFilestatic Map<String,? extends CacheConfig> CacheConfig.fromYAML(InputStream inputStream) Read config objects stored in YAML format fromInputStreamstatic Map<String,? extends CacheConfig> Read config objects stored in YAML format fromReaderstatic Map<String,? extends CacheConfig> Read config objects stored in YAML format fromStringstatic Map<String,? extends CacheConfig> Read config objects stored in YAML format fromURLCacheConfigSupport.fromYAML(InputStream inputStream) Methods in org.redisson.spring.cache with parameters of type CacheConfigModifier and TypeMethodDescriptionRedissonSpringCacheManager.getMap(String name, CacheConfig config) RedissonSpringCacheManager.getMapCache(String name, CacheConfig config) Method parameters in org.redisson.spring.cache with type arguments of type CacheConfigModifier and TypeMethodDescriptionvoidRedissonSpringCacheManager.setConfig(Map<String, ? extends CacheConfig> config) Set cache config mapped by cache namestatic StringCacheConfig.toJSON(Map<String, ? extends CacheConfig> config) Convert current configuration to JSON formatCacheConfigSupport.toJSON(Map<String, ? extends CacheConfig> configs) static StringCacheConfig.toYAML(Map<String, ? extends CacheConfig> config) Convert current configuration to YAML formatCacheConfigSupport.toYAML(Map<String, ? extends CacheConfig> configs) Constructors in org.redisson.spring.cache with parameters of type CacheConfigModifierConstructorDescriptionRedissonCache(RMapCache<Object, Object> mapCache, CacheConfig config, boolean allowNullValues) Constructor parameters in org.redisson.spring.cache with type arguments of type CacheConfigModifierConstructorDescriptionRedissonSpringCacheManager(RedissonClient redisson, Map<String, ? extends CacheConfig> config) Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache nameRedissonSpringCacheManager(RedissonClient redisson, Map<String, ? extends CacheConfig> config, Codec codec) Creates CacheManager supplied by Redisson instance, Codec instance and Cache config mapped by Cache name.