clear table cache()

Prev Next

Can clear all existing data from the table cache a or delete the entire table cache.

The return value of the function is a.

Parameters

Parameter

Description

a

Name of the table cache.

b

(optional) "true" to only clear the data. "false" to delete the table cache. Default: "false".

Examples

Assume there is a table cache "articles" with 20 elements.

Parameter a

Parameter b

Result

Number of elements in table cache

articles

true

articles

0

articles

false

articles

Table Cache does not exist any more.