ec_fc_caches_find
Last updated March 2020
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)
; | |
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.
Was this page helpful?