Deletes all cache entries.
boolean TRUE if the cache entry was successfully deleted, FALSE otherwise.
Overrides CacheProvider::doFlush
protected function doFlush() {
$this
->checkAuthorization();
xcache_clear_cache(XC_TYPE_VAR, 0);
return true;
}