- Patch #933792 by droplet: cache clear all - wrong documentation.
parent
8ec03b6688
commit
2a3d188692
|
@ -155,7 +155,7 @@ function cache_set($cid, $data, $bin = 'cache', $expire = CACHE_PERMANENT) {
|
|||
* @param $wildcard
|
||||
* If $wildcard is TRUE, cache IDs starting with $cid are deleted in
|
||||
* addition to the exact cache ID specified by $cid. If $wildcard is
|
||||
* TRUE and $cid is '*' then the entire table $table is emptied.
|
||||
* TRUE and $cid is '*' then the entire bin $bin is emptied.
|
||||
*/
|
||||
function cache_clear_all($cid = NULL, $bin = NULL, $wildcard = FALSE) {
|
||||
if (!isset($cid) && !isset($bin)) {
|
||||
|
|
Loading…
Reference in New Issue