public class RedisCache<K,V> extends Object implements org.apache.shiro.cache.Cache<K,V>
| 构造器和说明 |
|---|
RedisCache(String name,
org.springframework.data.redis.core.RedisTemplate redisTemplate) |
public RedisCache(String name, org.springframework.data.redis.core.RedisTemplate redisTemplate)
public void clear()
throws org.apache.shiro.cache.CacheException
public Collection values()
Copyright © 2017. All rights reserved.