索引

C D E G J L R S 
All Classes and Interfaces|所有程序包|序列化表格

C

cacheDict(DictInfo) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
缓存字典数据
cacheDict(String, String, String) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
缓存字典数据
cacheDict(String, String, String) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
cacheDict(String, Map<String, String>) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
批量缓存字典数据
cacheDict(String, Map<String, String>) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
cacheDict(Collection<DictInfo>) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
批量缓存字典数据
CacheKeyGenerator - cn.filaura.weave.cache.ref中的接口
 
cacheRef(RefInfo) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
缓存引用数据
cacheRef(String, String, long) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
cacheRef(String, String, long) - 接口中的方法 cn.filaura.weave.cache.ref.RefDataCacheOperations
缓存单个引用数据,并设置过期时间。
cacheRef(Map<String, String>, long) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
cacheRef(Map<String, String>, long) - 接口中的方法 cn.filaura.weave.cache.ref.RefDataCacheOperations
批量缓存引用数据,并设置过期时间。
cn.filaura.weave.cache - 程序包 cn.filaura.weave.cache
 
cn.filaura.weave.cache.dict - 程序包 cn.filaura.weave.cache.dict
 
cn.filaura.weave.cache.ref - 程序包 cn.filaura.weave.cache.ref
 

D

deSerialize(String) - 类中的方法 cn.filaura.weave.cache.JacksonSerializer
 
deSerialize(String) - 接口中的方法 cn.filaura.weave.cache.Serializer
将字符串反序列化为Map类型
DictDataCacheManager - cn.filaura.weave.cache.dict中的类
字典缓存管理器
DictDataCacheManager(Serializer, DictDataCacheOperations) - 类的构造器 cn.filaura.weave.cache.dict.DictDataCacheManager
构造函数
DictDataCacheOperations - cn.filaura.weave.cache.dict中的接口
字典缓存操作接口

E

expireRef(Collection<String>, long) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
expireRef(Collection<String>, long) - 接口中的方法 cn.filaura.weave.cache.ref.RefDataCacheOperations
批量设置缓存过期时间。

G

generateCacheKey(String, String, String) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
generateKey(String, String, String, String) - 接口中的方法 cn.filaura.weave.cache.ref.CacheKeyGenerator
 
getCacheKeyGenerator() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getCacheKeyPrefix() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getDefaultExpirySeconds() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getDictCacheHandler() - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
 
getDictCacheKey() - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
获取字典缓存的主键
getEmptyKeyPlaceholder() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getExpiryTime(String) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getObjectMapper() - 类中的方法 cn.filaura.weave.cache.JacksonSerializer
 
getRandomUpperBound() - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
getRedisTemplate() - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
getRedisTemplate() - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
getRefCacheHandler() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getSerializer() - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
 
getSerializer() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
getTableExpiryMap() - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 

J

JacksonSerializer - cn.filaura.weave.cache中的类
使用jackson完成数据序列化
JacksonSerializer() - 类的构造器 cn.filaura.weave.cache.JacksonSerializer
 
JacksonSerializer(ObjectMapper) - 类的构造器 cn.filaura.weave.cache.JacksonSerializer
 

L

loadAllDict() - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
加载所有已缓存的字典信息
loadAllDict(String) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
加载指定键下的所有字典的数据
loadAllDict(String) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
loadDict(String) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
根据字典编码加载字典数据
loadDict(String, String) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
加载字典数据
loadDict(String, String) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
loadDict(String, Collection<String>) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
批量加载字典数据
loadDict(String, Collection<String>) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
loadDict(Collection<String>) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
批量加载多个字典编码对应的字典信息
loadRef(String, String, String) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
加载引用数据
loadRef(String, Collection<String>, String, Collection<String>) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
批量加载引用数据
loadRef(Collection<String>) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
loadRef(Collection<String>) - 接口中的方法 cn.filaura.weave.cache.ref.RefDataCacheOperations
批量加载引用数据。

R

RedisDictDataCacheOperations - cn.filaura.weave.cache.dict中的类
使用RedisTemplate完成字典缓存操作
RedisDictDataCacheOperations(RedisTemplate<String, String>) - 类的构造器 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
RedisRefDataCacheOperations - cn.filaura.weave.cache.ref中的类
使用RedisTemplate完成引用缓存操作
RedisRefDataCacheOperations(RedisTemplate<String, String>) - 类的构造器 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
RefDataCacheManager - cn.filaura.weave.cache.ref中的类
引用数据缓存管理器
RefDataCacheManager(Serializer, RefDataCacheOperations) - 类的构造器 cn.filaura.weave.cache.ref.RefDataCacheManager
构造方法,需指定序列化器与缓存操作实现
RefDataCacheOperations - cn.filaura.weave.cache.ref中的接口
引用数据缓存操作接口
removeAllDict() - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
移除所有字典缓存
removeAllDict(String) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
删除指定键中的全部字典字段
removeAllDict(String) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
removeDict(String) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
移除指定字典编码的缓存
removeDict(String, String) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
删除指定字典字段
removeDict(String, String) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
removeDict(String, Collection<String>) - 接口中的方法 cn.filaura.weave.cache.dict.DictDataCacheOperations
批量删除指定键中的字典字段
removeDict(String, Collection<String>) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
removeDict(Collection<String>) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
批量移除多个字典编码的缓存
removeRef(String) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
removeRef(String) - 接口中的方法 cn.filaura.weave.cache.ref.RefDataCacheOperations
删除单个引用缓存。
removeRef(String, String, String) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
删除引用数据
removeRef(String, String, Collection<String>) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
批量删除引用数据
removeRef(Collection<String>) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
removeRef(Collection<String>) - 接口中的方法 cn.filaura.weave.cache.ref.RefDataCacheOperations
批量删除引用缓存。

S

SerializationException - cn.filaura.weave.cache中的异常错误
 
SerializationException() - 异常错误的构造器 cn.filaura.weave.cache.SerializationException
 
SerializationException(String) - 异常错误的构造器 cn.filaura.weave.cache.SerializationException
 
SerializationException(String, Throwable) - 异常错误的构造器 cn.filaura.weave.cache.SerializationException
 
SerializationException(Throwable) - 异常错误的构造器 cn.filaura.weave.cache.SerializationException
 
serialize(Map<String, ?>) - 类中的方法 cn.filaura.weave.cache.JacksonSerializer
 
serialize(Map<String, ?>) - 接口中的方法 cn.filaura.weave.cache.Serializer
将Map类型数据序列化为字符串
Serializer - cn.filaura.weave.cache中的接口
序列化接口
setCacheKeyGenerator(CacheKeyGenerator) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
setCacheKeyPrefix(String) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
setDefaultExpirySeconds(long) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
setDictCacheKey(String) - 类中的方法 cn.filaura.weave.cache.dict.DictDataCacheManager
设置字典缓存的主键
setEmptyKeyPlaceholder(String) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
setObjectMapper(ObjectMapper) - 类中的方法 cn.filaura.weave.cache.JacksonSerializer
 
setRandomUpperBound(int) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
setRedisTemplate(RedisTemplate<String, String>) - 类中的方法 cn.filaura.weave.cache.dict.RedisDictDataCacheOperations
 
setRedisTemplate(RedisTemplate<String, String>) - 类中的方法 cn.filaura.weave.cache.ref.RedisRefDataCacheOperations
 
setTableCacheSeconds(String, Long) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
setTableExpiryMap(Map<String, Long>) - 类中的方法 cn.filaura.weave.cache.ref.RefDataCacheManager
 
C D E G J L R S 
All Classes and Interfaces|所有程序包|序列化表格