| 程序包 | 说明 |
|---|---|
| org.iherus.shiro.cache.redis |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RedisCachePool |
RedisCacheManager.cachePool
The cache pool used by this implementation to create caches.
|
protected RedisCachePool |
RedisCache.cachePool
The wrapped RedisCachePool instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RedisCachePool |
RedisCacheManager.getCachePool() |
| 限定符和类型 | 方法和说明 |
|---|---|
static redis.clients.jedis.Jedis |
RedisCache.initJedis(RedisCachePool cachePool)
Constructs a Jedis instance.
|
| 构造器和说明 |
|---|
RedisCache(RedisCachePool cachePool)
Constructs a new RedisCache instance with the given CachePool.
|
RedisCache(RedisCachePool cachePool,
String name)
Constructs a new RedisCache instance with the given CachePool and name.
|
Copyright © 2018. All rights reserved.