interface RemovableCacheInterface
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Twig\Cache\RemovableCacheInterface
Expanded class hierarchy of RemovableCacheInterface
All classes that implement RemovableCacheInterface
1 file declares its use of RemovableCacheInterface
- Environment.php in vendor/
twig/ twig/ src/ Environment.php
File
-
vendor/
twig/ twig/ src/ Cache/ RemovableCacheInterface.php, line 17
Namespace
Twig\CacheView source
interface RemovableCacheInterface {
public function remove(string $name, string $cls) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
RemovableCacheInterface::remove | public | function | 3 |