Sun Java System Web Proxy Server 4.0.3 2006Q2 NSAPI Developer's Guide

cache_filename

The cache_filename function returns the cache filename for a given URL, specified by 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