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

Breadcrumb

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

function CacheClearerInterface::clear

Clears any caches necessary.

2 methods override CacheClearerInterface::clear()
ChainCacheClearer::clear in vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php
Clears any caches necessary.
Psr6CacheClearer::clear in vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php
Clears any caches necessary.

File

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

Class

CacheClearerInterface
CacheClearerInterface.

Namespace

Symfony\Component\HttpKernel\CacheClearer

Code

public function clear(string $cacheDir) : void;

API Navigation

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