Uses of Interface
org.apache.shiro.cache.Cache
-
-
Uses of Cache in org.apache.shiro.cache
Classes in org.apache.shiro.cache that implement Cache Modifier and Type Class Description classMapCache<K,V>Methods in org.apache.shiro.cache that return Cache Modifier and Type Method Description protected abstract CacheAbstractCacheManager. createCache(String name)Creates a newCacheinstance associated with the specifiedname.protected CacheMemoryConstrainedCacheManager. createCache(String name)Returns a newMapCacheinstance backed by aSoftHashMap.<K,V>
Cache<K,V>AbstractCacheManager. getCache(String name)Returns the cache with the specifiedname.<K,V>
Cache<K,V>CacheManager. getCache(String name)Acquires the cache with the specifiedname.
-