public class RedisResourceCache extends AbstractRedisHashCacheOperator<ResourceDefinition>
| 构造器和说明 |
|---|
RedisResourceCache(org.springframework.data.redis.core.RedisTemplate<String,ResourceDefinition> redisTemplate)
RedisTemplate的key是资源url,value是ResourceDefinition
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommonKeyPrefix()
hash结构的key
|
contains, expire, get, getAllKeys, getAllKeyValues, getAllValues, getRedisTemplate, put, put, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcKeypublic RedisResourceCache(org.springframework.data.redis.core.RedisTemplate<String,ResourceDefinition> redisTemplate)
public String getCommonKeyPrefix()
Copyright © 2022. All rights reserved.