All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractCacheManager Very simple abstractCacheManager
implementation that retains all createdCache
instances in an in-memoryConcurrentMap
.Cache<K,V> A Cache efficiently stores temporary objects primarily to improve an application's performance.CacheException Root class of all Shiro exceptions related to caching operations.CacheManager A CacheManager provides and maintains the lifecycles ofCache
instances.CacheManagerAware Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.MapCache<K,V> MemoryConstrainedCacheManager Simple memory-only basedCacheManager
implementation usable in production environments.