Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

cache_filename

The cache_filename function returns the cache file name for a given URL, specified by the MD5 signature.

Syntax

#include <libproxy/cutil.h>
char *cache_filename(unsigned char digest[16]);

Returns

A new string containing the cache filename.

Parameters

char *digest is an array containing the MD5 signature of a URL.

See Also

cache_fn_to_dig