类 SortSetDbCache<T>
java.lang.Object
cn.myafx.cache.base.BaseCache
cn.myafx.cache.base.RedisCache
cn.myafx.cache.base.SortSetCache<T>
cn.myafx.cache.db.SortSetDbCache<T>
- 所有已实现的接口:
IBaseCache,IRedisCache,ISortSetCache<T>,IValueCache<T>,ISortSetDbCache<T>,AutoCloseable
有序集合db
-
嵌套类概要
从类继承的嵌套类/接口 cn.myafx.cache.base.SortSetCache
SortSetCache.SortSetCursor, SortSetCache.SortSetTuple -
字段概要
从类继承的字段 cn.myafx.cache.base.RedisCache
DefaultJsonMapper, keyConfig, mapper, nodeName, prefix, redis -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.myafx.cache.base.SortSetCache
addOrUpdate, addOrUpdate, addOrUpdate, decdrement, delete, delete, delete, deleteByScore, get, getByScore, getByScoreWithScores, getCount, getWithScores, increment, pop, pop, scan从类继承的方法 cn.myafx.cache.base.RedisCache
close, contains, deserialize, expire, expire, getBytes, getCacheDb, getCacheKey, getDefault, getKeyConfig, getString, ping, remove, serialize, setJsonMapper从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.lang.AutoCloseable
close从接口继承的方法 cn.myafx.cache.base.IRedisCache
contains, expire, expire, getCacheDb, getCacheKey, getKeyConfig, ping, remove, setJsonMapper从接口继承的方法 cn.myafx.cache.base.ISortSetCache
addOrUpdate, addOrUpdate, addOrUpdate, decdrement, delete, delete, delete, deleteByScore, get, getByScore, getByScoreWithScores, getCount, getWithScores, increment, pop, pop, scan
-
构造器详细资料
-
SortSetDbCache
public SortSetDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) throws Exception session数据db- 参数:
item- 缓存itemredisConnection- rediscacheKey- ICacheKeyprefix- 缓存前缀clazz- T.class- 抛出:
Exception
-