Lines Matching refs:cached
385 $cached = $this->getCache('akismetKeyValid');
386 if (empty($cached)) {
396 $this->addLogEntry('akismet.log','KEY CHECK (cached) '.$cached);
397 $this->dbg('akismet key (cached) '.$cached);
398 $keyValid = $cached;
423 $cached = $this->getCache('mollom'.md5(serialize($data)));
424 if (!empty($cached)) {
425 $isSpam = $cached;
505 $data['fromcache'] = '(cached)'; // for logging
696 $cached = $this->getCache('SFS'.$apiRequest);
697 if (!$cached) {
707 $cached = ''; // for logging
709 $xml = $cached;
710 $cached = '(cached)'; // for logging
750 …$this->addLogEntry('sfs.log',$cached.' SPAM '.$data['username'].' '.$data['email'].' '.join(',',$d…
753 …$this->addLogEntry('sfs.log',$cached.' HAM '.$data['username'].' '.$data['email'].' '.join(',',$da…