ec_datasource_cache_delref
Name
ec_datasource_cache_delref — Delete a reference to a datasource cache entry
Synopsis
#include "modules/datasource/ecdatasource.h"
| void **ec_cache_delref** (
| entry)
; | |
struct ec_datasource_query_cache_entry *<var class="pdparam">entry</var>
;
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.