Lines Matching refs:Hash
50 public function IsInCache($ID, $Data, $Hash = "") { argument
51 if ($Hash == "")
52 $Hash = $this->GetHash ( $ID, $Data );
54 if (file_exists ( $this->CacheFolder . $Hash ))
64 $Hash = $this->GetHash ( $ID, $Data );
65 $FileName = $this->CacheFolder . $Hash;
74 $Hash = $this->GetHash ( $ID, $Data );
75 $FileName = $this->CacheFolder . $Hash;
90 $Hash = $this->GetHash ( $ID, $Data );
91 if ($this->IsInCache ( "", "", $Hash )) {
92 $FileName = $this->CacheFolder . $Hash;