Home
last modified time | relevance | path

Searched refs:Cache (Results 101 – 125 of 158) sorted by path

1234567

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst155 Compilation Cache
H A Drecipes.rst349 …'cache' => new \Twig\Cache\FilesystemCache('/some/cache/path', \Twig\Cache\FilesystemCache::FORCE_…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Cache/
H A DFilesystem.php3 use Twig\Cache\FilesystemCache;
H A DNull.php3 use Twig\Cache\NullCache;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DCacheInterface.php3 use Twig\Cache\CacheInterface;
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DCacheInterface.php12 namespace Twig\Cache;
H A DFilesystemCache.php12 namespace Twig\Cache;
H A DNullCache.php12 namespace Twig\Cache;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php14 use Twig\Cache\CacheInterface;
15 use Twig\Cache\FilesystemCache;
16 use Twig\Cache\NullCache;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php12 use Twig\Cache\FilesystemCache;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php12 use Twig\Cache\FilesystemCache;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar58 header("Cache-Control: no-cache, must-revalidate");
/plugin/fksnewsfeed/
H A Daction.php10 use dokuwiki\Cache\Cache; alias
142 $cache = new Cache($file, '');
221 $cache = new Cache($f, '');
226 $cache = new Cache($f, '');
/plugin/fksnewsfeed/syntax/
H A Dfeed.php5 use dokuwiki\Cache\Cache; alias
78 $cache = new Cache($f, '');
/plugin/ireadit/action/
H A Dmigration.php7 use dokuwiki\Cache\CacheRenderer;
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md219 Cache Busting
262 use Assetic\Cache\FilesystemCache;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php14 use Assetic\Cache\CacheInterface;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php12 namespace Assetic\Cache;
H A DArrayCache.php12 namespace Assetic\Cache;
H A DCacheInterface.php12 namespace Assetic\Cache;
H A DConfigCache.php12 namespace Assetic\Cache;
H A DExpiringCache.php12 namespace Assetic\Cache;
H A DFilesystemCache.php12 namespace Assetic\Cache;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php14 use Assetic\Cache\ConfigCache;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md10 * [[yii\caching\Cache::get()|get()]]: 指定されたキーを用いてキャッシュからデータを取得します。データが見つからないか、もしくは有効期限が切れたり無効になったりし…
11 * [[yii\caching\Cache::set()|set()]]: キーによって識別されるデータをキャッシュに格納します。

1234567