ec_cache_get_stats
Name
ec_cache_get_stats — Get cache statistics (deprecated)
Synopsis
#include "ec_cache.h"
| void **ec_cache_get_stats** (
| cache, | |
| | stats)
; | |
ec_cache_t * <var class="pdparam">cache</var>
;
ec_cache_stats * <var class="pdparam">stats</var>
;
Description
Get cache statistics (deprecated).
Use ec_cache_get_stats2.