Skip to main content

ec_cache_resolver_set_complete

Last updated March 2020

Name

ec_cache_resolver_set_complete — Stores the resolved cache element in the resolver

Synopsis

#include "ec_cache.h"

| void **ec_cache_resolver_set_complete** ( | resolver, |   | |   | elt); |   |

ec_cache_resolver * <var class="pdparam">resolver</var>; ec_cache_elt * <var class="pdparam">elt</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.

Stores the resolved cache element in the resolver.

The resolver takes a reference on the supplied elt, which will be passed to the completion routines.

It is valid to pass in a NULL elt here; it indicates that the cache lookup could not be satisfied.

Was this page helpful?