cache_start()

Purpose

Initialises or reinitialises the cache

Syntax

BOOLEAN cache_start(void);

Parameters

None

 

Description

When the cache_start() function is called all the existing records in the cache are discarded. There is no need to call this function explicitly, as the first call to cache_describe() causes it to be called.

Return values

Returns TRUE if there is enough memory for a cache and FALSE otherwise