Uses of Record Class
com.codeupsoft.component.redis.client.RedisCacheData
Packages that use RedisCacheData
-
Uses of RedisCacheData in com.codeupsoft.component.redis.client
Methods in com.codeupsoft.component.redis.client that return RedisCacheDataModifier and TypeMethodDescriptionRedisLoadWithLock.cacheData()Returns the value of thecacheDatarecord component.static <T> RedisCacheData<T> RedisCacheData.of(T value) 创建缓存数据(使用默认不过期).static <T> RedisCacheData<T> 创建缓存数据(指定过期时间).Methods in com.codeupsoft.component.redis.client with parameters of type RedisCacheDataModifier and TypeMethodDescriptionstatic <T> RedisLoadWithLock<T> RedisLoadWithLock.of(RedisCacheData<T> cacheData) 创建Redis带锁缓存加载器实例(使用默认锁过期时间).static <T> RedisLoadWithLock<T> RedisLoadWithLock.of(RedisCacheData<T> cacheData, long lockerExpire, TimeUnit timeUnit) 创建Redis带锁缓存加载器实例(指定锁过期时间).Constructors in com.codeupsoft.component.redis.client with parameters of type RedisCacheDataModifierConstructorDescriptionRedisLoadWithLock(RedisCacheData<T> cacheData, Long lockerExpire) Creates an instance of aRedisLoadWithLockrecord class. -
Uses of RedisCacheData in com.codeupsoft.component.redis.function
Methods in com.codeupsoft.component.redis.function that return RedisCacheData