Searched refs:IsInCache (Results 1 – 4 of 4) sorted by relevance
/plugin/projects/pchart/pchart/ |
H A D | pcache.php | 61 function IsInCache($ID,$Data,$Hash="") function in pCache 95 if ( $this->IsInCache("","",$Hash ) )
|
/plugin/charter/lib/pchart/ |
H A D | pCache.class.php | 61 function IsInCache($ID,$Data,$Hash="") function in pCache 95 if ( $this->IsInCache("","",$Hash ) )
|
/plugin/statdisplay/pchart/ |
H A D | pCache.php | 50 public function IsInCache($ID, $Data, $Hash = "") { function in pCache 91 if ($this->IsInCache ( "", "", $Hash )) {
|
/plugin/statistics/inc/pchart/ |
H A D | pCache.php | 51 public function IsInCache($ID, $Data, $Hash = '') { function in pCache 89 if(!$this->IsInCache('', '', $Hash)) return false;
|