#include <ldap.h>
void ldap_memcache_flush( LDAPMemCache *cache, char *dn,
int scope );
cache |
Pointer to the |
dn | |
scope |
ldap_memcache_flush() function flushes search requests from the cache. If the base DN of a search request is within the scope specified by the dn and scope arguments, the search request is flushed from the cache.
If no DN is specified, the entire cache is flushed.
Last Updated: 10/01/98 17:06:23