Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Cache/
H A DFilesystem.php3 use Twig\Cache\FilesystemCache; alias
8 class Twig_Cache_Filesystem extends FilesystemCache
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php12 use Twig\Cache\FilesystemCache; alias
27 $this->cache = new FilesystemCache($this->directory);
171 $cache = new FilesystemCache($input);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DFilesystemCache.php19 class FilesystemCache implements CacheInterface class
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php19 class FilesystemCache implements CacheInterface class
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php10 use Doctrine\Common\Cache\FilesystemCache; alias
510 $annotationsCache = new FilesystemCache($this->cacheDir . '/annotations');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php12 use Twig\Cache\FilesystemCache; alias
191 $cache = new FilesystemCache($dir = sys_get_temp_dir().'/twig');
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md262 use Assetic\Cache\FilesystemCache;
268 new FilesystemCache('/path/to/cache')
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php15 use Twig\Cache\FilesystemCache; alias
300 $this->cache = new FilesystemCache($cache);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst349 …'cache' => new \Twig\Cache\FilesystemCache('/some/cache/path', \Twig\Cache\FilesystemCache::FORCE_…