Home
last modified time | relevance | path

Searched refs:CacheInterface (Results 1 – 5 of 5) sorted by path

/template/twigstarter/vendor/twig/twig/lib/Twig/
H A DCacheInterface.php3 use Twig\Cache\CacheInterface; alias
11 class Twig_CacheInterface extends CacheInterface
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DCacheInterface.php23 interface CacheInterface interface
H A DFilesystemCache.php19 class FilesystemCache implements CacheInterface
H A DNullCache.php19 final class NullCache implements CacheInterface
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php14 use Twig\Cache\CacheInterface; alias
247 * @return CacheInterface|string|false A Twig\Cache\CacheInterface implementation,
259 * @param CacheInterface|string|false $cache A Twig\Cache\CacheInterface implementation,
271 } elseif ($cache instanceof CacheInterface) {