function CacheTestCase::generalWipe

Perform the general wipe.

Parameters

$bin: The bin to perform the wipe on.

File

modules/simpletest/tests/cache.test, line 83

Class

CacheTestCase

Code

protected function generalWipe($bin = NULL) {
    if ($bin == NULL) {
        $bin = $this->default_bin;
    }
    cache_clear_all(NULL, $bin);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.