Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
8 class Twig_Cache_Null extends NullCache
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DNullCache.php21 class NullCache implements CacheInterface class
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php16 use Twig\Cache\NullCache; alias
303 $this->cache = new NullCache();
307 $this->cache = new NullCache();