abstract protected function CacheProvider::doFlush in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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.
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php, line 267
Class
- CacheProvider
- Base class for cache provider implementations.
Namespace
Doctrine\Common\CacheCode
protected abstract function doFlush();