Sun Java System Access Manager 7.1 C API Reference

am_web_postcache_remove()

Removes data from the POST cache.

Syntax

#include "am_web.h"
AM_WEB_EXPORT void
am_web_postcache_remove(const char *key);

Parameters

This function takes the following parameter:

key

Pointer to the key of the entry to be removed.

Returns

This function returns no value.