Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CacheClearerInterface.php

interface CacheClearerInterface

CacheClearerInterface.

@author Dustin Dobervich <ddobervich@gmail.com>

Hierarchy

  • interface \Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface

Expanded class hierarchy of CacheClearerInterface

All classes that implement CacheClearerInterface

File

vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php, line 19

Namespace

Symfony\Component\HttpKernel\CacheClearer
View source
interface CacheClearerInterface {
    
    /**
     * Clears any caches necessary.
     */
    public function clear(string $cacheDir) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
CacheClearerInterface::clear public function Clears any caches necessary. 2

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal