cache_unlock()

Purpose

Unlocks a locked record

Syntax

void cache_unlock(any *data);

Parameters

ANY *data

Pointer to the locked record

Description

Unlocks data locked by the cache_lock() function. It is your responsibility to ensure a valid pointer is passed. Passing an invalid pointer will lead to significant problems later (possibly much later).

Return values

None