public class ShiroCache<K,V> extends java.lang.Object implements org.apache.shiro.cache.Cache<K,V>
ShiroCache(java.lang.String keyPrefix)
void
clear()
V
get(K k)
java.util.Set<K>
keys()
put(K k, V v)
remove(K k)
int
size()
java.util.Collection<V>
values()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShiroCache(java.lang.String keyPrefix)
public V get(K k) throws org.apache.shiro.cache.CacheException
get
org.apache.shiro.cache.Cache<K,V>
org.apache.shiro.cache.CacheException
public V put(K k, V v) throws org.apache.shiro.cache.CacheException
put
public V remove(K k) throws org.apache.shiro.cache.CacheException
remove
public void clear() throws org.apache.shiro.cache.CacheException
clear
public int size()
size
public java.util.Set<K> keys()
keys
public java.util.Collection<V> values()
values