JSecurity

Package org.jsecurity.cache

Caching support used to enhance performance for any security operation.

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.
 

Package org.jsecurity.cache Description

Caching support used to enhance performance for any security operation.


JSecurity

Copyright © 2004-2008 JSecurity.