public function NullBackend::deleteAll in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/NullBackend.php \Drupal\Core\Cache\NullBackend::deleteAll()
- 9 core/lib/Drupal/Core/Cache/NullBackend.php \Drupal\Core\Cache\NullBackend::deleteAll()
File
- core/
lib/ Drupal/ Core/ Cache/ NullBackend.php, line 65
Class
- NullBackend
- Defines a stub cache implementation.
Namespace
Drupal\Core\CacheCode
public function deleteAll() {
}