Class AbstractCacheManager

java.lang.Object
org.apache.shiro.cache.AbstractCacheManager
All Implemented Interfaces:
CacheManager, org.apache.shiro.lang.util.Destroyable
Direct Known Subclasses:
MemoryConstrainedCacheManager

public abstract class AbstractCacheManager extends Object implements CacheManager, org.apache.shiro.lang.util.Destroyable
Very simple abstract CacheManager implementation that retains all created Cache instances in an in-memory ConcurrentMap. Cache instance creation is left to subclasses via the createCache method implementation.
Since:
1.0