跳过导航链接
A C D F G H I K L M P R S T U V 

A

add(String, T) - 接口 中的方法com.feingto.cloud.cache.ISetCache
添加
add(String, Collection<T>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
添加多个
add(String, T, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
添加
add(String, Collection<T>, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
添加多个
add(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
add(String, Collection<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
add(String, T, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
add(String, Collection<T>, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 

C

CacheProviderAutoConfiguration - com.feingto.cloud.cache.support中的类
缓存提供配置自动注入
CacheProviderAutoConfiguration() - 类 的构造器com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
clear() - 接口 中的方法com.feingto.cloud.cache.ICache
清空缓存
clear(String) - 接口 中的方法com.feingto.cloud.cache.IListCache
清空列表
clear(String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
清空 key 集合
clear(String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
清空 key 集合
clear() - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
clear(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
清空缓存
clear() - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
clear(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
clear() - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
clear(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
clear(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
com.feingto.cloud.cache - 程序包 com.feingto.cloud.cache
 
com.feingto.cloud.cache.enums - 程序包 com.feingto.cloud.cache.enums
 
com.feingto.cloud.cache.provider - 程序包 com.feingto.cloud.cache.provider
 
com.feingto.cloud.cache.support - 程序包 com.feingto.cloud.cache.support
 
contains(String, T) - 接口 中的方法com.feingto.cloud.cache.ISetCache
判断是否存在
contains(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 

D

data - 类 中的变量com.feingto.cloud.cache.provider.DefaultCacheProvider
 
DefaultCacheProvider - com.feingto.cloud.cache.provider中的类
缓存接口默认实现
DefaultCacheProvider() - 类 的构造器com.feingto.cloud.cache.provider.DefaultCacheProvider
 
DefaultDataCacheProvider<T> - com.feingto.cloud.cache.provider中的类
缓存扩展接口默认实现
DefaultDataCacheProvider() - 类 的构造器com.feingto.cloud.cache.provider.DefaultDataCacheProvider
 
deserialize(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
 
deserialize(String, Class<?>) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
 
difference(String, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 中存在,otherKey 中不存在的值
difference(String, Collection<String>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 中存在,otherKeys 中不存在的值
difference(Collection<String>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 keys 中不同的值
difference(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
difference(String, Collection<String>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
difference(Collection<String>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
differenceAndStore(String, Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 中存在,otherKey 中不存在的值,并存在 destKey 键下
differenceAndStore(Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 keys 中不同的值,并存在 destKey 键下
differenceAndStore(String, Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
differenceAndStore(Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
distinctRandomValues(String, long) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 count 个 key 的不重复随机值
distinctRandomValues(String, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 

F

filterExpire(Object, String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 

G

get() - 接口 中的方法com.feingto.cloud.cache.ICache
获取全部值
get(String) - 接口 中的方法com.feingto.cloud.cache.ICache
获取指定键的值
get(String, long) - 接口 中的方法com.feingto.cloud.cache.IListCache
获取指定索引位置的值
get() - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
get(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
get(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取指定key的Map值
get(String, Class<?>) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取指定key的Map值
get(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取指定key中field的值
get(String, String, Class<?>) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取指定key中field的对象值
get() - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
get(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
get(String, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
get() - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
get(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
getClusterStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getHashStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getHyperLogLogStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getList(String) - 接口 中的方法com.feingto.cloud.cache.IDataCache
根据指定键的集合值
getList(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultDataCacheProvider
 
getList(String, String, Class<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取指定key中field的列表值
getList(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
getListStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getLockValue(long) - 类 中的方法com.feingto.cloud.cache.provider.RedisLock
获取当前锁值
getMap(String) - 接口 中的方法com.feingto.cloud.cache.IDataCache
根据指定键的Map值
getMap(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultDataCacheProvider
 
getMap(String, String, Class<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取指定key中field的Map值
getMap(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
getPing() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getSetStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getValueStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 
getZSetStore() - 类 中的方法com.feingto.cloud.cache.RedisManager
 

H

handleError(ClientHttpResponse) - 类 中的方法com.feingto.cloud.cache.support.RestResponseErrorHandler
 
handleError(ClientHttpResponse, HttpStatus) - 类 中的方法com.feingto.cloud.cache.support.RestResponseErrorHandler
Handle the error based on the resolved status code
has(String) - 接口 中的方法com.feingto.cloud.cache.ICache
是否存在
has(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
has(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
是否存在
has(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
has(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 

I

ICache - com.feingto.cloud.cache中的接口
缓存接口
IDataCache<T> - com.feingto.cloud.cache中的接口
缓存集合接口
IListCache<T> - com.feingto.cloud.cache中的接口
List 缓存接口
incrementScore(String, T, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
添加,分数递增
incrementScore(String, T, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
intersect(String, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 和 otherKey 值的交集
intersect(String, Collection<String>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 和 otherKeys 值的交集
intersect(Collection<String>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 keys 值的交集
intersect(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
intersect(String, Collection<String>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
intersect(Collection<String>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
intersectAndStore(String, Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 和 otherKeys 值的交集,并存在 destKey 键下
intersectAndStore(Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 keys 值的交集,并存在 destKey 键下
intersectAndStore(String, String, String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKey 值的交集,并存在 destKey 键下
intersectAndStore(String, Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKeys 值的交集,并存在 destKey 键下
intersectAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKeys 值的交集并联合排序,并存在 destKey 键下
intersectAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKeys 值的交集并联合排序,并存在 destKey 键下
intersectAndStore(String, Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
intersectAndStore(Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
intersectAndStore(String, String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
intersectAndStore(String, Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
intersectAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
intersectAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
IntervalUnit - com.feingto.cloud.cache.enums中的枚举
时间单位
ISetCache<T> - com.feingto.cloud.cache中的接口
Set 缓存接口
isLimit(String, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisTokenProvider
验证一秒钟内是否达到次数限制
isLimit(String, long, long, IntervalUnit) - 类 中的方法com.feingto.cloud.cache.provider.RedisTokenProvider
验证单位时间内是否达到次数限制
IZSetCache<T> - com.feingto.cloud.cache中的接口
ZSet 缓存接口

K

keys() - 接口 中的方法com.feingto.cloud.cache.ICache
获取所有缓存键
keys() - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
keys(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取缓存所有键
keys() - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
keys() - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 

L

leftPush(String, T) - 接口 中的方法com.feingto.cloud.cache.IListCache
进栈
leftPush(String, Collection<T>) - 接口 中的方法com.feingto.cloud.cache.IListCache
进栈
leftPush(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
leftPush(String, Collection<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
lock(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisLock
加锁
lock(String, String, Integer) - 类 中的方法com.feingto.cloud.cache.provider.RedisLock
加锁

M

match(String) - 接口 中的方法com.feingto.cloud.cache.ICache
获取满足pattern表达式条件的所有元素
match(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
match(String, String, Class<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取field满足pattern表达式条件的所有元素
match(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
match(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
move(String, T, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
从 key 集合中移动 value 到 destKey 集合
move(String, T, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 

P

pop(String) - 接口 中的方法com.feingto.cloud.cache.IListCache
出栈
pop(String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
从 key 中随机删除一个元素并返回删除的元素
pop(String, long) - 接口 中的方法com.feingto.cloud.cache.ISetCache
从 key 中随机删除 count 个元素并返回删除的元素
pop(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
pop(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
pop(String, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
push(String, T) - 接口 中的方法com.feingto.cloud.cache.IListCache
入队列
push(String, Collection<T>) - 接口 中的方法com.feingto.cloud.cache.IListCache
入队列
push(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
push(String, Collection<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
put(String, Object) - 接口 中的方法com.feingto.cloud.cache.ICache
设置键值
put(String, Object, long) - 接口 中的方法com.feingto.cloud.cache.ICache
设置键值有效期
put(String, Object, long, TimeUnit) - 接口 中的方法com.feingto.cloud.cache.ICache
设置键值有效期
put(String, Object) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
put(String, Object, long) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
put(String, Object, long, TimeUnit) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
put(String, String, Object) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
设置键值有效期
put(String, String, Object, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
设置键值有效期
put(String, String, Object, long, TimeUnit) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
设置键值有效期
put(String, Object) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
put(String, Object, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
put(String, Object, long, TimeUnit) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
put(String, Object) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
put(String, Object, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
put(String, Object, long, TimeUnit) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 

R

randomValue(String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 的随机值
randomValue(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
randomValues(String, long) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 count 个 key 的随机值
randomValues(String, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
range(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IListCache
获取范围值
range(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取范围值
range(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
range(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rangeByScore(String, double, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取分数在 [min, max] 之间的值
rangeByScore(String, double, double, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 count 个 分数在 [min, max] 之间的值
rangeByScore(String, double, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rangeByScore(String, double, double, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rangeByScoreWithScores(String, double, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取分数在 [min, max] 之间的值和分数
rangeByScoreWithScores(String, double, double, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 count 个 分数在 [min, max] 之间的值和分数
rangeByScoreWithScores(String, double, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rangeByScoreWithScores(String, double, double, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rangeWithScores(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取范围值和分数
rangeWithScores(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rank(String, T) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取排名
rank(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
RedisHashCache<T> - com.feingto.cloud.cache.provider中的类
Redis Hash 缓存
RedisHashCache(RedisTemplate) - 类 的构造器com.feingto.cloud.cache.provider.RedisHashCache
 
redisHashCache(RedisTemplate) - 类 中的方法com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
RedisHashProvider<T> - com.feingto.cloud.cache.provider中的类
Redis Hash 对象缓存
RedisHashProvider(RedisTemplate, String) - 类 的构造器com.feingto.cloud.cache.provider.RedisHashProvider
 
RedisListProvider<T> - com.feingto.cloud.cache.provider中的类
Redis List 缓存
RedisListProvider(RedisTemplate) - 类 的构造器com.feingto.cloud.cache.provider.RedisListProvider
 
redisListProvider(RedisTemplate) - 类 中的方法com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
RedisLock - com.feingto.cloud.cache.provider中的类
Redis 分布式锁
RedisLock(RedisTemplate<String, String>) - 类 的构造器com.feingto.cloud.cache.provider.RedisLock
 
RedisManager - com.feingto.cloud.cache中的类
Redis 缓存管理器
RedisManager() - 类 的构造器com.feingto.cloud.cache.RedisManager
 
RedisProvider - com.feingto.cloud.cache.provider中的类
Redis 字符串缓存
RedisProvider(RedisTemplate) - 类 的构造器com.feingto.cloud.cache.provider.RedisProvider
 
redisProvider(RedisTemplate) - 类 中的方法com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
RedisSetProvider<T> - com.feingto.cloud.cache.provider中的类
Redis Set 缓存
RedisSetProvider(RedisTemplate) - 类 的构造器com.feingto.cloud.cache.provider.RedisSetProvider
 
redisSetProvider(RedisTemplate) - 类 中的方法com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
RedisTokenProvider - com.feingto.cloud.cache.provider中的类
Redis 令牌桶算法
RedisTokenProvider(RedisTemplate) - 类 的构造器com.feingto.cloud.cache.provider.RedisTokenProvider
 
RedisZSetProvider<T> - com.feingto.cloud.cache.provider中的类
Redis ZSet 缓存
RedisZSetProvider(RedisTemplate) - 类 的构造器com.feingto.cloud.cache.provider.RedisZSetProvider
 
redisZSetProvider(RedisTemplate) - 类 中的方法com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
remove(String) - 接口 中的方法com.feingto.cloud.cache.ICache
移除
remove(String, T) - 接口 中的方法com.feingto.cloud.cache.IListCache
删除列表中值为 value 的所有元素
remove(String, long, T) - 接口 中的方法com.feingto.cloud.cache.IListCache
删除列表中值为 value 的元素,总共删除 count 次
remove(String, T) - 接口 中的方法com.feingto.cloud.cache.ISetCache
删除值为 value 的所有元素
remove(String, Collection<T>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
删除值在 values 中的所有元素,返回删除元素的个数
remove(String, T) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
删除值为 value 的所有元素
remove(String, Collection<T>) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
删除值在 values 中的所有元素,返回删除元素的个数
remove(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
remove(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
移除
remove(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
remove(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
remove(String, long, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
remove(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
remove(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
remove(String, Collection<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
remove(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
remove(String, Collection<T>) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
removeByPrefix(String) - 接口 中的方法com.feingto.cloud.cache.ICache
根据前缀移除
removeByPrefix(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
removeByPrefix(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
根据前缀移除
removeByPrefix(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
removeByPrefix(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
removeRange(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
删除 [start, end] 之间的值
removeRange(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
removeRangeByScore(String, double, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
删除分数在 [min, max] 之间的值
removeRangeByScore(String, double, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reset() - 类 中的方法com.feingto.cloud.cache.provider.RedisTokenProvider
重置令牌
RestResponseErrorHandler - com.feingto.cloud.cache.support中的类
自定义 RestTemplate 异常
RestResponseErrorHandler() - 类 的构造器com.feingto.cloud.cache.support.RestResponseErrorHandler
 
restTemplate() - 类 中的方法com.feingto.cloud.cache.support.CacheProviderAutoConfiguration
 
reverseRange(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取范围值,倒序排名
reverseRange(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reverseRangeByScore(String, double, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取分数在 [min, max] 之间的值,倒序排名
reverseRangeByScore(String, double, double, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 count 个 分数在 [min, max] 之间的值,倒序排名
reverseRangeByScore(String, double, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reverseRangeByScore(String, double, double, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reverseRangeByScoreWithScores(String, double, double) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取分数在 [min, max] 之间的值和分数,倒序排名
reverseRangeByScoreWithScores(String, double, double, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 count 个 分数在 [min, max] 之间的值和分数,倒序排名
reverseRangeByScoreWithScores(String, double, double) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reverseRangeByScoreWithScores(String, double, double, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reverseRangeWithScores(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取范围值和分数,倒序排名
reverseRangeWithScores(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
reverseRank(String, T) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取倒序排名
reverseRank(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
rightPop(String) - 接口 中的方法com.feingto.cloud.cache.IListCache
出队列
rightPop(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 

S

scan(String) - 接口 中的方法com.feingto.cloud.cache.ICache
获取满足pattern表达式条件的所有缓存键
scan(String, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取满足pattern表达式条件的所有元素
scan(String, String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取满足pattern表达式条件的所有元素
scan(String) - 类 中的方法com.feingto.cloud.cache.provider.DefaultCacheProvider
 
scan(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashCache
获取满足pattern表达式条件的所有缓存键
scan(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 
scan(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisProvider
 
scan(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
scan(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
scan(String, Consumer<byte[]>) - 类 中的方法com.feingto.cloud.cache.RedisManager
扫描满足pattern表达式条件的缓存键
score(String, T) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取集合 value 的分数
score(String, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
set(String, long, T) - 接口 中的方法com.feingto.cloud.cache.IListCache
设置列表中指定下标的值
set(String, long, T) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
size(String) - 接口 中的方法com.feingto.cloud.cache.IListCache
返回列表的长度
size(String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
返回集合的长度
size(String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
返回集合的长度
size(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 
size(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
size(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
sync() - 接口 中的方法com.feingto.cloud.cache.IDataCache
同步缓存
sync() - 类 中的方法com.feingto.cloud.cache.provider.DefaultDataCacheProvider
 
sync() - 类 中的方法com.feingto.cloud.cache.provider.RedisHashProvider
 

T

trim(String, long, long) - 接口 中的方法com.feingto.cloud.cache.IListCache
截取列表,保留 [start, end] 之间的值
trim(String, long, long) - 类 中的方法com.feingto.cloud.cache.provider.RedisListProvider
 

U

union(String, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 和 otherKey 值的并集
union(String, Collection<String>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 和 otherKeys 值的并集
union(Collection<String>) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 keys 值的并集
union(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
union(String, Collection<String>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
union(Collection<String>) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
unionAndStore(String, Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 和 otherKeys 值的并集,并存在 destKey 键下
unionAndStore(Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 keys 值的并集,并存在 destKey 键下
unionAndStore(String, String, String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKey 值的并集,并存在 destKey 键下
unionAndStore(String, Collection<String>, String) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKeys 值的并集,并存在 destKey 键下
unionAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKeys 值的并集并联合排序,并存在 destKey 键下
unionAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - 接口 中的方法com.feingto.cloud.cache.IZSetCache
获取 key 和 otherKeys 值的并集并联合排序,并存在 destKey 键下
unionAndStore(String, Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
unionAndStore(Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
unionAndStore(String, String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
unionAndStore(String, Collection<String>, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
unionAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
unionAndStore(String, Collection<String>, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights) - 类 中的方法com.feingto.cloud.cache.provider.RedisZSetProvider
 
unlock(String, String) - 类 中的方法com.feingto.cloud.cache.provider.RedisLock
解锁

V

valueOf(String) - 枚举 中的静态方法com.feingto.cloud.cache.enums.IntervalUnit
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.feingto.cloud.cache.enums.IntervalUnit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(String) - 接口 中的方法com.feingto.cloud.cache.ISetCache
获取 key 的全部值
values(String) - 类 中的方法com.feingto.cloud.cache.provider.RedisSetProvider
 
A C D F G H I K L M P R S T U V 
跳过导航链接

Copyright © 2021. All rights reserved.