Sun Java System Web Server 6.1 SP9 NSAPI Programmer's Guide

dr_cache_destroy

The dr_cache_destroy function destroys and frees resources associated with a previously created and used cache handle. This handle can no longer be used in subsequent calls to any of the above functions unless another dr_cache_init is performed.

Syntax

void dr_cache_destroy(DrHdl *hdl);

Parameters

DrHdl *hdl is a pointer to a previously initialized handle to a cache (see dr_cache_init).

Returns

void

Example

dr_cache_destroy(&myHdl);