ec_datasource_cache_delref
Last updated March 2020
Name
ec_datasource_cache_delref — Delete a reference to a datasource cache entry
Synopsis
#include "modules/datasource/ecdatasource.h"
| void **ec_cache_delref** (
| entry)
; | |
Description
Delete a reference to a datasource cache entry.
- entry
-
A pointer to an ec_datasource_query_cache_entry struct.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?