public function NullBackend::deleteAll in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Cache/NullBackend.php \Drupal\Core\Cache\NullBackend::deleteAll()
Deletes all cache items in a bin.
Overrides CacheBackendInterface::deleteAll
See also
\Drupal\Core\Cache\CacheBackendInterface::invalidateAll()
\Drupal\Core\Cache\CacheBackendInterface::delete()
\Drupal\Core\Cache\CacheBackendInterface::deleteMultiple()
File
- core/
lib/ Drupal/ Core/ Cache/ NullBackend.php, line 70 - Contains \Drupal\Core\Cache\NullBackend.
Class
- NullBackend
- Defines a stub cache implementation.
Namespace
Drupal\Core\CacheCode
public function deleteAll() {
}