Home
last modified time | relevance | path

Searched refs:CacheParser (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DCacheResult.php7 use dokuwiki\Cache\CacheParser; alias
23 * @var CacheParser
30 * @param CacheParser $cacheParser
32 public function __construct(CacheParser $cacheParser)
H A DMarkupCacheDependencies.php6 use dokuwiki\Cache\CacheParser; alias
92 * @var CacheParser
300 * The default key as seen in {@link CacheParser}
331 * @param CacheParser $cache
335 function rerouteCacheDestination(CacheParser &$cache)
375 function getDependenciesCacheStore(): CacheParser
391 $this->dependenciesCacheStore = new CacheParser($wikiId, $localPath, "deps.json");
H A DCacheResults.php6 use dokuwiki\Cache\CacheParser; alias
62 * @var CacheParser[] $cacheStores
H A DFetcherMarkup.php13 use dokuwiki\Cache\CacheParser; alias
64 * @var CacheParser cache file (may be not set if this is not a {@link self::isPathExecution() execution}
66 public CacheParser $contentCache;
85 * @var CacheParser
87 public CacheParser $snippetCache;
367 * {@link CacheParser::useCache()} may call a parsing of the markup fragment
494 * @return CacheParser - the cache where the snippets are stored
501 function getSnippetCacheStore(): CacheParser
515 function getDependenciesCacheStore(): CacheParser
583 * when we test for the cache with {@link CacheParser
[all...]
H A DFetcherMarkupBuilder.php6 use dokuwiki\Cache\CacheParser; alias
345 $newFetcherMarkup->snippetCache = new CacheParser($wikiId, $localFile, "snippet.json");