ec_fc_caches_find
Name
ec_fc_caches_find — Find a cache with the provided name
Synopsis
#include "ec_fc.h"
| ec_fc_t * **ec_fc_caches_find** (
| name)
; | |
const char * <var class="pdparam">name</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.
Find a cache with the provided name.
Must call ec_fc_delref after done with result.
- name
-
name of cache to find
Returns NULL if no entry was found, otherwise returns non-zero.