|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Cache<K,V> | A Cache efficiently stores temporary objects primarily to improve an application's performance. |
| CacheManager | A CacheManager provides and maintains the lifecycles of Cache instances. |
| CacheManagerAware | Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available. |
| Class Summary | |
|---|---|
| AbstractCacheManager | Very simple abstract CacheManager implementation that retains all created Cache instances in
an in-memory ConcurrentMap. |
| MapCache<K,V> | A MapCache is a Cache implementation that uses a backing Map instance to store
and retrieve cached data. |
| MemoryConstrainedCacheManager | Simple memory-only based CacheManager implementation usable in production
environments. |
| Exception Summary | |
|---|---|
| CacheException | Root class of all Shiro exceptions related to caching operations. |
Caching support used to enhance performance for any security operation.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||