Skip to main content

Name

ec_cache_get_stats2 — get cache statistics

Synopsis

#include "ec_cache.h"

| void **ec_cache_get_stats2** ( | cache, |   | |   | stats); |   |

ec_cache_t * <var class="pdparam">cache</var>; ec_cache_stats2 * <var class="pdparam">stats</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.

get cache statistics

You must initialize stats so that stats->sizeof_stats = sizeof(*stats) prior to calling this method.

Was this page helpful?