|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheableStatus | |
|---|---|
| com.ca.jcs | Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. |
| 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. |
| com.ca.jcs.meta | Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. |
| Uses of CacheableStatus in com.ca.jcs |
|---|
| Methods in com.ca.jcs that return CacheableStatus | |
|---|---|
CacheableStatus |
BaseConnector.getCacheableStatus(ObjectInfo objInfo)
Is the provided object potentially cacheable and if so, what should be cached?. |
| Uses of CacheableStatus in com.ca.jcs.cache |
|---|
| Methods in com.ca.jcs.cache that return CacheableStatus | |
|---|---|
CacheableStatus |
CachingConnector.getCacheableStatus(ObjectInfo objInfo)
Is the provided object potentially cacheable and if so, what should be cached?. |
static CacheableStatus |
CacheableStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CacheableStatus[] |
CacheableStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of CacheableStatus in com.ca.jcs.meta |
|---|
| Methods in com.ca.jcs.meta that return CacheableStatus | |
|---|---|
CacheableStatus |
MetaConnector.getCacheableStatus(ObjectInfo objInfo)
Is the provided object potentially cacheable? |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||