Searched refs:CACHE_DURATION_UNIT (Results 1 – 2 of 2) sorted by relevance
57 CONST CACHE_DURATION_UNIT = 86400; define in auth_plugin_authsmf20336 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
65 CONST CACHE_DURATION_UNIT = 86400; /* 60 * 60 * 24 = 1 day */ define in auth_plugin_authphpbb3256 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);577 $depends['age'] = self::CACHE_DURATION_UNIT * $this->_cache_duration;