ec_cache_get_stats2
Last updated March 2020
Name
ec_cache_get_stats2 — get cache statistics
Synopsis
#include "ec_cache.h"
| void **ec_cache_get_stats2** (
| cache, | |
| | stats)
; | |
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?