public function BoostCacheHandler::deleteCache in Boost 8
Delete cache file.
Parameters
string $path:
File
- src/
BoostCacheHandler.php, line 41 - Contains Drupal\boost\BoostCacheHandler.
Class
- BoostCacheHandler
- BoostCacheHandler class.
Namespace
Drupal\boostCode
public function deleteCache($uri) {
return $this->file
->delete($uri);
}