abstract protected function CacheProvider::doFlush

Deletes all cache entries.

Return value

boolean TRUE if the cache entry was successfully deleted, FALSE otherwise.

1 call to CacheProvider::doFlush()
CacheProvider::flushAll in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php
Deletes all cache entries.
9 methods override CacheProvider::doFlush()
ApcCache::doFlush in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ApcCache.php
Deletes all cache entries.
ArrayCache::doFlush in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php
Deletes all cache entries.
FileCache::doFlush in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php
Deletes all cache entries.
MemcacheCache::doFlush in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php
Deletes all cache entries.
MemcachedCache::doFlush in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php
Deletes all cache entries.

... See full list

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php, line 222

Class

CacheProvider
Base class for cache provider implementations.

Namespace

Doctrine\Common\Cache

Code

protected abstract function doFlush();