clear table cache(a,b)
Group |
Can clear all existing data from the Table Cache a or delete the entire Table Cache.
The return value of the function is a.
Description of 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 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. |