Sun Java System Access Manager 7.1 C API Reference

am_web_postcache_lookup()

Looks up data in the POST cache.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t
am_web_postcache_lookup(const char *key,
                        am_web_postcache_data_t *postdata_entry);

Parameters

This function takes the following parameters:

key

Pointer to the key to search POST data entry in POST data structure.

postdata_entry

Pointer to the am_web_postcache_data_t data type storing the POST data.

Returns

This function returns one of the following values of the boolean_t enumeration (defined in the <am_types.h> header file):

B_TRUE

If the search was successful.

B_FALSE

Otherwise.