You are here

abstract protected function CacheProvider::doFlush in Zircon Profile 8

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

Flushes all cache entries.

Return value

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

1 call to CacheProvider::doFlush()
CacheProvider::flushAll in vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
Flushes all cache entries, globally.
16 methods override CacheProvider::doFlush()
ApcCache::doFlush in vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
Flushes all cache entries.
ArrayCache::doFlush in vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
Flushes all cache entries.
ChainCache::doFlush in vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
Flushes all cache entries.
CouchbaseCache::doFlush in vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
Flushes all cache entries.
FileCache::doFlush in vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
Flushes all cache entries.

... See full list

File

vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php, line 267

Class

CacheProvider
Base class for cache provider implementations.

Namespace

Doctrine\Common\Cache

Code

protected abstract function doFlush();