You are here

interface FlushableCache 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

Interface for cache that can be flushed.

@link www.doctrine-project.org @since 1.4 @author Adirelle <adirelle@gmail.com>

Hierarchy

Expanded class hierarchy of FlushableCache

All classes that implement FlushableCache

File

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

Namespace

Doctrine\Common\Cache
View source
interface FlushableCache {

  /**
   * Flushes all cache entries, globally.
   *
   * @return boolean TRUE if the cache entries were successfully flushed, FALSE otherwise.
   */
  public function flushAll();

}

Members

Namesort descending Modifiers Type Description Overrides
FlushableCache::flushAll public function Flushes all cache entries, globally. 1