public function FlushableCache::flushAll in Plug 7
Flushes all cache entries.
Return value
boolean TRUE if the cache entries were successfully flushed, FALSE otherwise.
1 method overrides FlushableCache::flushAll()
- CacheProvider::flushAll in lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ CacheProvider.php - Flushes all cache entries.
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FlushableCache.php, line 36
Class
- FlushableCache
- Interface for cache that can be flushed.
Namespace
Doctrine\Common\CacheCode
public function flushAll();