Uses of Interface
org.apache.shiro.cache.CacheManager
-
-
Uses of CacheManager in org.apache.shiro.cache
Classes in org.apache.shiro.cache that implement CacheManager Modifier and Type Class Description classAbstractCacheManagerVery simple abstractCacheManagerimplementation that retains all createdCacheinstances in an in-memoryConcurrentMap.classMemoryConstrainedCacheManagerSimple memory-only basedCacheManagerimplementation usable in production environments.Methods in org.apache.shiro.cache with parameters of type CacheManager Modifier and Type Method Description voidCacheManagerAware. setCacheManager(CacheManager cacheManager)Sets the available CacheManager instance on this component.
-