clear table cache(a,b)
|
Group |
Deletes all elements from a table cache with name a. If parameter b is set to true, only the data without the header information is deleted.
The function returns a.
Description of Parameters
|
Parameter |
Description |
|
a |
Name of cache. |
|
b |
true to remove only the data without header information. |
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 |
n.a. |