Uses of Class
org.apache.shiro.cache.CacheException
-
Uses of CacheException in org.apache.shiro.cache
Methods in org.apache.shiro.cache that throw CacheExceptionModifier and TypeMethodDescriptionvoidCache.clear()Clear all entries from the cache.voidMapCache.clear()protected abstract <K,V> Cache <K, V> AbstractCacheManager.createCache(String name) Creates a newCacheinstance associated with the specifiedname.Returns the Cached value stored under the specifiedkeyornullif there is no Cache entry for thatkey.<K,V> Cache <K, V> Returns the cache with the specifiedname.<K,V> Cache <K, V> Acquires the cache with the specifiedname.Adds a Cache entry.Remove the cache entry corresponding to the specified key.