public CacheBackendInterface::deleteAll()
Deletes all cache items in a bin.
See also
\Drupal\Core\Cache\CacheBackendInterface::invalidateAll()
\Drupal\Core\Cache\CacheBackendInterface::delete()
\Drupal\Core\Cache\CacheBackendInterface::deleteMultiple()
File
- core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 163
Class
- CacheBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\Core\Cache
Code
public function deleteAll();
Please login to continue.