Uses of Interface
org.apache.shiro.cache.CacheManager
-
Uses of CacheManager in org.apache.shiro.cache
Classes in org.apache.shiro.cache that implement CacheManagerModifier and TypeClassDescriptionclassVery simple abstractCacheManagerimplementation that retains all createdCacheinstances in an in-memoryConcurrentMap.classSimple memory-only basedCacheManagerimplementation usable in production environments.Methods in org.apache.shiro.cache with parameters of type CacheManagerModifier and TypeMethodDescriptionvoidCacheManagerAware.setCacheManager(CacheManager cacheManager) Sets the available CacheManager instance on this component.