Uses of Class
netscape.ldap.LDAPCache
Packages that use LDAPCache
-
Uses of LDAPCache in netscape.ldap
Fields in netscape.ldap declared as LDAPCacheModifier and TypeFieldDescriptionprivate LDAPCache
LDAPConnection.m_cache
private LDAPCache
LDAPConnThread.m_cache
private LDAPCache
TTLTimer.m_cache
Methods in netscape.ldap that return LDAPCacheModifier and TypeMethodDescriptionLDAPConnection.getCache()
Gets theLDAPCache
object associated with the currentLDAPConnection
object.Methods in netscape.ldap with parameters of type LDAPCacheModifier and TypeMethodDescriptionvoid
Sets the specifiedLDAPCache
object as the cache for theLDAPConnection
object.(package private) void
Set the cache to use for searches.Constructors in netscape.ldap with parameters of type LDAPCacheModifierConstructorDescriptionLDAPConnThread
(LDAPConnSetupMgr connMgr, LDAPCache cache, Object traceOutput) Constructs a connection thread that maintains connection to the LDAP server.(package private)
Constructor with the specified timout.