Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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