Sun Java System Web Server 7.0 Update 5 NSAPI Developer's Guide

dr_cache_destroy() Function

The dr_cache_destroy function destroys and frees resources associated with a previously created and used cache handle. This handle cannot 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. For more information, see dr_cache_init() Function.

Returns

void

Example

dr_cache_destroy(&myHdl);