Home
last modified time | relevance | path

Searched refs:useCache (Results 1 – 22 of 22) sorted by relevance

/plugin/move/_test/
H A Dcache_handling.test.php36 $this->assertTrue($cache->useCache());
43 $this->assertFalse($cache->useCache());
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php345 $useCache = $this->instructionsCache->useCache();
349 return ($useCache === false);
367 * {@link CacheParser::useCache()} may call a parsing of the markup fragment
419 $useCache = $this->contentCache->useCache($depends);
423 return ($useCache === false);
583 * when we test for the cache with {@link CacheParser::useCache()}
1182 * because {@link CacheRenderer::useCache()}
1205 * The metadata useCache functio
[all...]
H A DFetcherCache.php84 return $this->fileCache->useCache($dependencies);
H A DLang.php47 $cacheDataUsable = $languageDataCache->useCache();
H A DFetcherVignette.php262 $this->useCache = $false;
/plugin/poldek/
H A Dhelper.php52 …if (!$cache_exists || !$idx_cache->useCache(array('age' => $conf['locktime'], 'files' => getConfig…
82 …if (($force || !$cache_exists) && !$pkg_cache->useCache(array('files' => array($idx_cache->cache))…
/plugin/authdrupal7/
H A Dauth.php150 * @param bool $useCache true if ok to return cached data & to cache returned data
155 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) { argument
157 if ($useCache && isset($this->cacheUserInfo[$user])) {
166 if ($useCache) {
/plugin/authdrupal8/
H A Dauth.php145 * @param bool $useCache true if ok to return cached data & to cache returned data
150 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) {
152 if ($useCache && isset($this->cacheUserInfo[$user])) {
161 if ($useCache) { argument
/plugin/eventline/
H A DgetXmlData.php26 if ($cache->useCache()){
/plugin/redirect2/
H A Dhelper.php35 if ($cache->useCache($depends)) {
/plugin/fksnewsfeed/syntax/
H A Dfeed.php79 if ($cache->useCache()) {
/plugin/tagfilter/syntax/
H A Dfilter.php194 if (!$filterDataCache->useCache($depends)) {
219 if (!$htmlPerUserCache->useCache(['files' => [$filterDataCache->cache]])) {
/plugin/rrdgraph/
H A Dhelper.php141 if ($this->useCache()) {
285 if ($cache->useCache()) {
/plugin/templateconfhelper/exe/
H A Dcss.php122 $cache->useCache(array('files' => $cache_files)));
/plugin/xslfo/
H A Daction.php78 if (!$this->getConf('usecache') || !$pdf_cache->useCache($cache_dependencies)) {
/plugin/tagfilter/helper/
H A Dsyntax.php125 if (!$cache->useCache($depends)) {
/plugin/authgooglesheets/
H A Dhelper.php76 if (empty($decoded) || !$userCache->useCache($depends)) {
/plugin/authphpbb3/
H A Dauth.php260 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
581 return $this->_cache->useCache($depends);
/plugin/watchcycle/
H A Daction.php272 if($cachedGroups->useCache(['age' => 30])) {
/plugin/authsmf20/
H A Dauth.php340 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
/plugin/odt/action/
H A Dexport.php193 if(!$this->getConf('usecache') || !$cache->useCache($depends)) {
/plugin/dw2pdf/
H A Daction.php110 || !$cache->useCache($depends);