跳过导航链接
C D E F G J K P R S 

C

cacheManager(RedisConnectionFactory) - 类 中的方法plus.easydo.starter.redis.configure.RedisConfig
 

D

DEFAULT_CHARSET - 类 中的静态变量plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
deleteObject(String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
删除单个对象
deleteObject(Collection) - 类 中的方法plus.easydo.starter.redis.service.RedisService
删除集合对象
deserialize(byte[]) - 类 中的方法plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
deserialize(byte[]) - 类 中的方法plus.easydo.starter.redis.configure.JackSonRedisSerializer
 

E

expire(String, long) - 类 中的方法plus.easydo.starter.redis.service.RedisService
设置有效时间
expire(String, long, TimeUnit) - 类 中的方法plus.easydo.starter.redis.service.RedisService
设置有效时间

F

FastJson2JsonRedisSerializer<T> - plus.easydo.starter.redis.configure中的类
Redis使用FastJson序列化
FastJson2JsonRedisSerializer(Class<T>) - 类 的构造器plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
fastJsonRedisSerializer() - 类 中的方法plus.easydo.starter.redis.configure.RedisConfig
 

G

getCacheList(String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获得缓存的list对象
getCacheMap(String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获得缓存的Map
getCacheMapValue(String, String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获取Hash中的数据
getCacheObject(String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获得缓存的基本对象。
getCacheSet(String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获得缓存的set
getJavaType(Class<?>) - 类 中的方法plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
getMultiCacheMapValue(String, Collection<Object>) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获取多个Hash中的数据

J

JackSonRedisSerializer<T> - plus.easydo.starter.redis.configure中的类
 
JackSonRedisSerializer(Class<T>) - 类 的构造器plus.easydo.starter.redis.configure.JackSonRedisSerializer
 

K

keys(String) - 类 中的方法plus.easydo.starter.redis.service.RedisService
获得缓存的基本对象列表

P

plus.easydo.starter.redis.configure - 程序包 plus.easydo.starter.redis.configure
 
plus.easydo.starter.redis.service - 程序包 plus.easydo.starter.redis.service
 

R

RedisConfig - plus.easydo.starter.redis.configure中的类
redis配置
RedisConfig() - 类 的构造器plus.easydo.starter.redis.configure.RedisConfig
 
RedisService - plus.easydo.starter.redis.service中的类
spring redis 工具类
RedisService() - 类 的构造器plus.easydo.starter.redis.service.RedisService
 
redisTemplate(RedisConnectionFactory) - 类 中的方法plus.easydo.starter.redis.configure.RedisConfig
 
redisTemplate - 类 中的变量plus.easydo.starter.redis.service.RedisService
 

S

serialize(T) - 类 中的方法plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
serialize(T) - 类 中的方法plus.easydo.starter.redis.configure.JackSonRedisSerializer
 
serializeObject(Object) - 类 中的方法plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
setCacheList(String, List<T>) - 类 中的方法plus.easydo.starter.redis.service.RedisService
缓存List数据
setCacheMap(String, Map<String, T>) - 类 中的方法plus.easydo.starter.redis.service.RedisService
缓存Map
setCacheMapValue(String, String, T) - 类 中的方法plus.easydo.starter.redis.service.RedisService
往Hash中存入数据
setCacheObject(String, T) - 类 中的方法plus.easydo.starter.redis.service.RedisService
缓存基本的对象,Integer、String、实体类等
setCacheObject(String, T, Long, TimeUnit) - 类 中的方法plus.easydo.starter.redis.service.RedisService
缓存基本的对象,Integer、String、实体类等
setCacheSet(String, Set<T>) - 类 中的方法plus.easydo.starter.redis.service.RedisService
缓存Set
setObjectMapper(ObjectMapper) - 类 中的方法plus.easydo.starter.redis.configure.FastJson2JsonRedisSerializer
 
C D E F G J K P R S 
跳过导航链接

Copyright © 2021. All Rights Reserved.