Package org.apache.shiro.cache
Caching support used to enhance performance for security operations.
-
Interface Summary Interface Description Cache<K,V> A Cache efficiently stores temporary objects primarily to improve an application's performance.CacheManager A CacheManager provides and maintains the lifecycles ofCacheinstances.CacheManagerAware Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available. -
Class Summary Class Description AbstractCacheManager Very simple abstractCacheManagerimplementation that retains all createdCacheinstances in an in-memoryConcurrentMap.MapCache<K,V> MemoryConstrainedCacheManager Simple memory-only basedCacheManagerimplementation usable in production environments. -
Exception Summary Exception Description CacheException Root class of all Shiro exceptions related to caching operations.