Home
last modified time | relevance | path

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

12

/plugin/asciidocjs/node_modules/nunjucks/src/
Dweb-loaders.js20 _this.useCache = !!opts.useCache;
36 var useCache = this.useCache;
51 noCache: !useCache
/plugin/move/_test/
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);
419 $useCache = $this->contentCache->useCache($depends);
423 return ($useCache === false);
1217 $useCache = $this->metaCache->useCache($depends);
1218 if ($useCache) {
H A DFetcherCache.php84 return $this->fileCache->useCache($dependencies);
H A DLang.php48 $cacheDataUsable = $languageDataCache->useCache();
/plugin/authdrupal8/
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) { argument
152 if ($useCache && isset($this->cacheUserInfo[$user])) {
161 if ($useCache) {
/plugin/authdrupal7/
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/poldek/
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/asciidocjs/node_modules/nunjucks/
Dindex.js33 useCache: opts.web && opts.web.useCache, property
/plugin/calendar/classes/
DEventManager.php70 * @param bool $useCache Whether to use caching
73 public static function loadMonth($namespace, $year, $month, $useCache = true) { argument
75 if ($useCache) {
93 if ($useCache) {
/plugin/eventline/
DgetXmlData.php26 if ($cache->useCache()){
/plugin/pureldap/classes/
H A DADClient.php381 * @param bool $useCache should a filesystem cache be used if available?
384 public function getMaxPasswordAge($useCache = true) argument
391 if ($useCache && $cachetime && (time() - $cachetime) < $conf['auth_security_timeout']) {
/plugin/doxycode/
Daction.php336 if ($html_cache->useCache($depends)) {
356 if ($xml_cache->useCache($depends)) {
/plugin/redirect2/
Dhelper.php37 if ($cache->useCache($depends)) {
/plugin/fksnewsfeed/syntax/
Dfeed.php79 if ($cache->useCache()) {
/plugin/doxycode/syntax/
Dsnippet.php217 if ($html_cache->useCache($depends)) {
251 if (!$xml_cache->useCache($depends)) {
/plugin/tagfilter/syntax/
Dfilter.php194 if (!$filterDataCache->useCache($depends)) {
219 if (!$htmlPerUserCache->useCache(['files' => [$filterDataCache->cache]])) {
/plugin/rrdgraph/
Dhelper.php141 if ($this->useCache()) {
285 if ($cache->useCache()) {
/plugin/templateconfhelper/exe/
Dcss.php122 $cache->useCache(array('files' => $cache_files)));
/plugin/tagfilter/helper/
Dsyntax.php125 if (!$cache->useCache($depends)) {
/plugin/xslfo/
Daction.php78 if (!$this->getConf('usecache') || !$pdf_cache->useCache($cache_dependencies)) {
/plugin/authgooglesheets/
Dhelper.php76 if (empty($decoded) || !$userCache->useCache($depends)) {
/plugin/authphpbb3/
Dauth.php260 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
581 return $this->_cache->useCache($depends);
/plugin/watchcycle/
Daction.php274 if ($cachedGroups->useCache(['age' => 30])) {
/plugin/authsmf20/
Dauth.php340 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {

12