|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Cache | 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 | |
|---|---|
| HashtableCache | An implementation of the JSecurity Cache interface that uses a
Hashtable to store cached objects. |
| HashtableCacheManager | A CacheManager that returns HashtableCache caches. |
| Exception Summary | |
|---|---|
| CacheException | Root class of all JSecurity exceptions related to caching operations. |
Caching support used to enhance performance for any security operation.
|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||