void Ns_CacheSetValueSz ( Ns_Entry* entry, void* value, size_t size );
void Ns_CacheSetValueSz (
Ns_Entry* entry,
void* value,
size_t size
);
Free the cache entry's previous contents, set it to the new contents, increase the size of the cache, and prune the cache until it's back under the maximum size.
Top of Page
Copyright © 1998-99 America Online, Inc.