Home
last modified time | relevance | path

Searched refs:getCache (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/authgoogle/google/
H A DGoogle_Client.php419 public function getCache() { function in Google_Client
/plugin/poldek/
H A Dhelper.php101 foreach (file($this->getCache()) as $line) {
121 public function getCache() { function in helper_plugin_poldek
H A Daction.php65 $cache->depends['files'][] = $helper->getCache();
/plugin/botbouncer/lib/
H A Dbotbouncer.php208 $serverList = $this->getCache('mollomServerList');
215 $validKey = $this->getCache('mollomKeyValid');
321 private function getCache($key) { function in botBouncer
385 $cached = $this->getCache('akismetKeyValid');
423 $cached = $this->getCache('mollom'.md5(serialize($data)));
696 $cached = $this->getCache('SFS'.$apiRequest);

12