function CacheCollector::destruct
Performs destruct operations.
Overrides DestructableInterface::destruct
File
-
core/
lib/ Drupal/ Core/ Cache/ CacheCollector.php, line 326
Class
- CacheCollector
- Default implementation for CacheCollectorInterface.
Namespace
Drupal\Core\CacheCode
public function destruct() {
$this->updateCache();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.