Skip to main content

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.

Parameters

entry

A pointer to an ec_datasource_query_cache_entry struct.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?