interface CacheClearerInterface

CacheClearerInterface.

@author Dustin Dobervich <ddobervich@gmail.com>

Hierarchy

Expanded class hierarchy of CacheClearerInterface

All classes that implement CacheClearerInterface

1 file declares its use of CacheClearerInterface
ChainCacheClearerTest.php in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php, line 19

Namespace

Symfony\Component\HttpKernel\CacheClearer
View source
interface CacheClearerInterface {

  /**
   * Clears any caches necessary.
   *
   * @param string $cacheDir The cache directory.
   */
  public function clear($cacheDir);

}

Members

Namesort descending Modifiers Type Description Overrides
CacheClearerInterface::clear public function Clears any caches necessary. 1