public function CacheInterface::deleteAll in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/Cache/CacheInterface.php \Drupal\supercache\Cache\CacheInterface::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
- src/
Cache/ CacheInterface.php, line 151
Class
- CacheInterface
- This is a common interface for both the CacheBackend and the RawCacheBackend
Namespace
Drupal\supercache\CacheCode
public function deleteAll();