Package com.ca.jcs.cache

Contains experimental caching support, of particular interest for hierarchical connectors and those making use of the connectorMapToAmbiguous= metadata property as can reduce need to query the endpoint to determine which connector-speak Distinguished Names (DNs) match a given LDAP DN.

See:
          Description

Interface Summary
CachingConnector Methods implemented by a connector that are capable of caching some of their child objects.
 

Class Summary
CachedLdapDN Marker class used so that DNs taken from the cache (which may occasionally be stale, can be distinguished from those looked up directly from the native system.
CachedObjectInfo Information that is cached for each LDAP DN, where configured (usually for objects containing one or more ambiguous naming attributes in their DNs).
CacheManager Simple wrapper around pluggable caching solution.
EHCacheManager Cache manager making use of EHCache, defining two different caches; one for containers and one for leafObjects.
 

Enum Summary
CacheableStatus Statement of what should be cached for an object, if anything.
 

Package com.ca.jcs.cache Description

Contains experimental caching support, of particular interest for hierarchical connectors and those making use of the connectorMapToAmbiguous= metadata property as can reduce need to query the endpoint to determine which connector-speak Distinguished Names (DNs) match a given LDAP DN.

$Id: package.html 47098 2010-01-22 01:36:37Z khaam03 $



Created 2011-07-14 13:27 EST