abstract protected function CacheProvider::doFlush in Plug 7
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 lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php - Flushes all cache entries.
16 methods override CacheProvider::doFlush()
- ApcCache::doFlush in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ApcCache.php - Flushes all cache entries.
- ArrayCache::doFlush in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ArrayCache.php - Flushes all cache entries.
- ChainCache::doFlush in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ ChainCache.php - Flushes all cache entries.
- CouchbaseCache::doFlush in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CouchbaseCache.php - Flushes all cache entries.
- FileCache::doFlush in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FileCache.php - Flushes all cache entries.
File
- lib/
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();