Skip to main content

Name

ec_fc_load — Load an entry from the cache with the provided key and key_length

Synopsis

#include "ec_fc.h"

| ec_fc_entry_t * **ec_fc_load** ( | cache, |   | |   | key, |   | |   | key_length); |   |

ec_fc_t * <var class="pdparam">cache</var>; const void * <var class="pdparam">key</var>; size_t <var class="pdparam">key_length</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Load an entry from the cache with the provided key and key_length.

Parameters

cache

cache to operate on

key

key to lookup in cache

key_length

length of key in bytes

Return Values

Returns NULL if an entry cannot be find.

Was this page helpful?