Ns_Entry* Ns_CacheCreateEntry ( Ns_Cache* cache, char* key, int* pnew );
Ns_Entry* Ns_CacheCreateEntry (
Ns_Cache* cache,
char* key,
int* pnew
);
Create a new cache entry in the specified cache. This function emulates Tcl_CreateHashEntry's interface.
Top of Page
Copyright © 1998-99 America Online, Inc.