Uses of Class
netscape.ldap.LDAPCache
-
Packages that use LDAPCache Package Description netscape.ldap -
-
Uses of LDAPCache in netscape.ldap
Methods in netscape.ldap that return LDAPCache Modifier and Type Method Description LDAPCache
LDAPConnection. getCache()
Gets theLDAPCache
object associated with the currentLDAPConnection
object.Methods in netscape.ldap with parameters of type LDAPCache Modifier and Type Method Description void
LDAPConnection. setCache(LDAPCache cache)
Sets the specifiedLDAPCache
object as the cache for theLDAPConnection
object.
-