Home
last modified time | relevance | path

Searched refs:storeCache (Results 1 – 20 of 20) sorted by path

/plugin/authgooglesheets/
H A Dhelper.php104 … $userCache->storeCache(json_encode(['columnMap' => $this->columnMap, 'users' => $this->users]));
332 if ($isValid) $cache->storeCache(time());
/plugin/authphpbb3/
H A Dauth.php297 $cache->storeCache(serialize($user_data));
548 $this->_cache->storeCache(serialize($this->_phpbb_conf));
/plugin/authsmf20/
H A Dauth.php397 $cache->storeCache(serialize($user_data));
/plugin/combo/ComboStrap/
H A DFetcherCache.php89 public function storeCache($content) function in ComboStrap\\FetcherCache
91 $this->fileCache->storeCache($content);
H A DFetcherMarkup.php449 $snippetCache->storeCache($data1);
679 * {{@link CacheParser::storeCache()}
1298 $this->metaCache->storeCache(time());
1374 $this->instructionsCache->storeCache($instructions);
H A DFetcherMarkupWebcode.php146 $fetcherCache->storeCache($html);
H A DFetcherPage.php163 $cache->storeCache($htmlDocumentString);
H A DFetcherSvg.php598 $fetchCache->storeCache($content);
H A DMarkupCacheDependencies.php365 $dependencies->storeCache($jsonDeps);
/plugin/eventline/
H A DgetXmlData.php30 $cache->storeCache($instructions);
/plugin/fksnewsfeed/syntax/
H A Dfeed.php85 $cache->storeCache(json_encode($innerHtml));
/plugin/ghissues/helper/
H A DapiCacheInterface.php149 if (!$cache->storeCache($newTable)) {
166 if (!$cache->storeCache($errorTable)) {
/plugin/poldek/
H A Dhelper.php65 $idx_cache->storeCache(time());
86 $pkg_cache->storeCache(join("\n", $lines));
/plugin/redirect2/
H A Dhelper.php41 $cache->storeCache(serialize($this->pattern));
/plugin/rrdgraph/
H A Dhelper.php270 $cache->storeCache(serialize($recipeData));
/plugin/tagfilter/helper/
H A Dsyntax.php142 $cache->storeCache(serialize($cache_page));
/plugin/tagfilter/syntax/
H A Dfilter.php197 $filterDataCache->storeCache(serialize($cachedata));
221 $htmlPerUserCache->storeCache($html);
/plugin/watchcycle/
H A Daction.php276 $cachedGroups->storeCache(serialize($foundGroups));
/plugin/webcode/_test/
H A Ddokuwiki.test.php45 $cache->storeCache(SELF::storedContent);
/plugin/xslfo/
H A Daction.php201 $xml_cache->storeCache($xml);