'this is a test']; // call multi-cache to cache $keyList = gasCache::cacheMash($tokens, NUMBER_CACHE_DEFAULT, $errors); if (is_null($keyList)) exit ('cache mash failed'); // call cache-smash to remove records if (!gasCache::smashCache($keyList, $errors)) exit('smash cache failed'); $x = 1;