Home
last modified time | relevance | path

Searched refs:NullCache (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
11 class Twig_Cache_Null extends NullCache
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php16 use Twig\Cache\NullCache; alias
270 $this->cache = new NullCache();