Home
last modified time | relevance | path

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

/plugin/authsmf20/
H A Dauth.php57 CONST CACHE_DURATION_UNIT = 86400; define in auth_plugin_authsmf20
336 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
/plugin/authphpbb3/
H A Dauth.php65 CONST CACHE_DURATION_UNIT = 86400; /* 60 * 60 * 24 = 1 day */ define in auth_plugin_authphpbb3
256 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
577 $depends['age'] = self::CACHE_DURATION_UNIT * $this->_cache_duration;