Home
last modified time | relevance | path

Searched refs:_cache_duration (Results 1 – 2 of 2) sorted by relevance

/plugin/authsmf20/
H A Dauth.php54 $_cache_duration = 0, variable in auth_plugin_authsmf20
335 $this->_cache_duration = (int)($this->getConf('smf_cache'));
336 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
340 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
/plugin/authphpbb3/
H A Dauth.php61 protected $_cache_duration = 0; variable in auth_plugin_authphpbb3
255 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
256 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
260 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
575 $this->_cache_duration = intval($this->getConf('phpbb_cache'));
576 if ($this->_cache_duration > 0) {
577 $depends['age'] = self::CACHE_DURATION_UNIT * $this->_cache_duration;