Uses of Interface
org.apache.shiro.cache.Cache
-
Uses of Cache in org.apache.shiro.cache
Classes in org.apache.shiro.cache that implement CacheMethods in org.apache.shiro.cache that return CacheModifier and TypeMethodDescriptionprotected abstract <K,V> Cache <K, V> AbstractCacheManager.createCache(String name) Creates a newCacheinstance associated with the specifiedname.protected <K,V> Cache <K, V> MemoryConstrainedCacheManager.createCache(String name) Returns a newMapCacheinstance backed by aSoftHashMap.<K,V> Cache <K, V> Returns the cache with the specifiedname.<K,V> Cache <K, V> Acquires the cache with the specifiedname.