Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Cache/
DReadOnlyFilesystemCache.php19 class ReadOnlyFilesystemCache extends FilesystemCache
DFilesystemCache.php19 class FilesystemCache implements CacheInterface, RemovableCacheInterface class
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php15 use Twig\Cache\FilesystemCache; alias
288 …$this->cache = new FilesystemCache($cache, $this->autoReload ? FilesystemCache::FORCE_BYTECODE_INV…