| Class and Description |
|---|
| AbstractCacheManager
Very simple abstract
CacheManager implementation that retains all created Cache instances in
an in-memory ConcurrentMap. |
| Cache
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 of
Cache instances. |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.