CacheBackendInterface::deleteAll

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();
doc_Drupal
2016-10-29 08:49:17
Comments
Leave a Comment

Please login to continue.