Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ldap_memcache_update()

Checks the cache for items that have expired and removes them.

Syntax

#include <ldap.h>
void ldap_memcache_update( LDAPMemCache *cache );

Parameters

This function has the following parameters:

cache

Pointer to an LDAPMemCache structure, which represents the cache that you want to updated.

Description

The 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.

See Also

ldap_memcache_flush().


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23