See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| AbstractCacheManager |
Very simple abstract
CacheManager implementation that retains all created Cache instances in
an in-memory ConcurrentMap. |
| MapCache<K,V> | |
| MemoryConstrainedCacheManager |
Simple memory-only based
CacheManager implementation usable in production
environments. |
| Exception | Description |
|---|---|
| CacheException |
Root class of all Shiro exceptions related to caching operations.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.