- Patch #933792 by droplet: cache clear all - wrong documentation.

merge-requests/26/head
Dries Buytaert 2010-10-07 17:44:53 +00:00
parent 8ec03b6688
commit 2a3d188692
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {