[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_CacheSetValueSz

Overview

Set value of cache entry and adjust cache size

Syntax

    void Ns_CacheSetValueSz (
    Ns_Entry* entry, 
    void* value, 
    size_t size
    );

Description

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

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.