|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachedObjectInfo | |
|---|---|
| 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. |
| Uses of CachedObjectInfo in com.ca.jcs.cache |
|---|
| Methods in com.ca.jcs.cache that return CachedObjectInfo | |
|---|---|
CachedObjectInfo |
CacheManager.get(Name ldapDn)
Return information cached for provided DN, or null if none is found (or its expired). |
CachedObjectInfo |
EHCacheManager.getCached(Name ldapDn)
|
abstract CachedObjectInfo |
CacheManager.getCached(Name ldapDN)
Return information cached for provided DN, or null if none is found (or its expired). |
| Methods in com.ca.jcs.cache with parameters of type CachedObjectInfo | |
|---|---|
protected String |
CacheManager.entryString(String key,
CachedObjectInfo cachedObjectInfo)
|
void |
EHCacheManager.putCached(LdapDN ldapDn,
CachedObjectInfo cachedObjectInfo)
|
abstract void |
CacheManager.putCached(LdapDN ldapDn,
CachedObjectInfo cachedObjectInfo)
Record information in cache, which may expire or be flushed later according to configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||