| 5 cache.inc | cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) |
| 6 cache-install.inc | cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) |
| 6 cache.inc | cache_clear_all($cid = NULL, |
| 7 cache.inc | cache_clear_all( |
| 8 cache.inc | cache_clear_all() |
52 calls to cache_clear_all()
2 string references to 'cache_clear_all'
File
- includes/
cache-install.inc, line 21
Code
function cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) {
return;
}
Login or register to post comments
Comments
Not
In cache.inc, this function actually does something.