clear table cache()
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 cache. |
b |
(optional) " true" to only clear the data. "false" to delete the Table Cache. Default: " false" . |
Examples
Assume there is a cache "articles" with 20 elements.
Parameter a |
Parameter b |
Results |
Number of elements in cache |
articles |
true |
articles |
0 |
articles |
false |
articles |
Table Cache does not exist any more. |