You are here

public function FlushableCache::flushAll in Zircon Profile 8

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

Flushes all cache entries, globally.

Return value

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

1 method overrides FlushableCache::flushAll()
CacheProvider::flushAll in vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
Flushes all cache entries, globally.

File

vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php, line 36

Class

FlushableCache
Interface for cache that can be flushed.

Namespace

Doctrine\Common\Cache

Code

public function flushAll();