类的使用
cn.taketoday.cache.CacheConfig
使用CacheConfig的程序包
-
cn.taketoday.cache中CacheConfig的使用
声明为CacheConfig的cn.taketoday.cache中的字段类型参数类型为CacheConfig的cn.taketoday.cache中的字段返回变量类型为CacheConfig的类型的cn.taketoday.cache中的方法修饰符和类型方法说明static 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) 参数类型为CacheConfig的cn.taketoday.cache中的方法修饰符和类型方法说明private cn.taketoday.cache.CacheRedissonCacheManager.createMap(String name, CacheConfig config) private cn.taketoday.cache.CacheRedissonCacheManager.createMapCache(String name, CacheConfig config) RedissonCacheManager.getMap(String name, CacheConfig config) RedissonCacheManager.getMapCache(String name, CacheConfig config) 类型变量类型为CacheConfig的cn.taketoday.cache中的方法参数修饰符和类型方法说明voidRedissonCacheManager.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) 参数类型为CacheConfig的cn.taketoday.cache中的构造器限定符构造器说明RedissonCache(org.redisson.api.RMapCache<Object, Object> mapCache, CacheConfig config, boolean allowNullValues) 类型变量类型为CacheConfig的cn.taketoday.cache中的构造器参数限定符构造器说明RedissonCacheManager(org.redisson.api.RedissonClient redisson, Map<String, ? extends CacheConfig> config) Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache nameRedissonCacheManager(org.redisson.api.RedissonClient redisson, Map<String, ? extends CacheConfig> config, org.redisson.client.codec.Codec codec) Creates CacheManager supplied by Redisson instance, Codec instance and Cache config mapped by Cache name.