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

Breadcrumb

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

function RemovableCacheInterface::remove

3 methods override RemovableCacheInterface::remove()
ChainCache::remove in vendor/twig/twig/src/Cache/ChainCache.php
FilesystemCache::remove in vendor/twig/twig/src/Cache/FilesystemCache.php
NullCache::remove in vendor/twig/twig/src/Cache/NullCache.php

File

vendor/twig/twig/src/Cache/RemovableCacheInterface.php, line 19

Class

RemovableCacheInterface
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig\Cache

Code

public function remove(string $name, string $cls) : void;
RSS feed
Powered by Drupal