#include <ldap.h>
void ldap_memcache_update( LDAPMemCache *cache );
cache |
Pointer to an |
ldap_memcache_update() function checks the cache for items that have expired and removes them. This check is typically done as part of the way the cache normally works. You do not need to call this function unless you want to update the cache at this point in time.
This function is only useful in a multithreaded application, since it will not return until the cache is destroyed.
ldap_memcache_flush().
Last Updated: 10/01/98 17:06:23