You are here

public function ClearableCache::deleteAll in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php \Doctrine\Common\Cache\ClearableCache::deleteAll()

Deletes all cache entries in the current cache namespace.

Return value

boolean TRUE if the cache entries were successfully deleted, FALSE otherwise.

1 method overrides ClearableCache::deleteAll()
CacheProvider::deleteAll in vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
Deletes all cache entries in the current cache namespace.

File

vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php, line 39

Class

ClearableCache
Interface for cache that can be flushed.

Namespace

Doctrine\Common\Cache

Code

public function deleteAll();