Home
last modified time | relevance | path

Searched refs:RemovableCacheInterface (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Cache/
DChainCache.php22 final class ChainCache implements CacheInterface, RemovableCacheInterface
75 if ($cache instanceof RemovableCacheInterface) {
DRemovableCacheInterface.php17 interface RemovableCacheInterface interface
DNullCache.php19 final class NullCache implements CacheInterface, RemovableCacheInterface
DFilesystemCache.php19 class FilesystemCache implements CacheInterface, RemovableCacheInterface
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php17 use Twig\Cache\RemovableCacheInterface; alias
254 if ($this->cache instanceof RemovableCacheInterface) {