public class RedisCacheDefaultExecutor<T> extends Object implements RedisCacheExecutor<T>
redis缓存默认执行器
| 构造器和说明 |
|---|
RedisCacheDefaultExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
getCache(GetRedisCacheDTO<T> cacheDTO,
org.springframework.data.redis.core.RedisTemplate redisTemplate)
从Redis中获取缓存
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoCachepublic T getCache(GetRedisCacheDTO<T> cacheDTO, org.springframework.data.redis.core.RedisTemplate redisTemplate)
RedisCacheExecutorgetCache 在接口中 RedisCacheExecutor<T>cacheDTO - : 缓存数据传输对象redisTemplate - : redis模板Copyright © 2023. All rights reserved.