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