Lines Matching refs:Hash
61 function IsInCache($ID,$Data,$Hash="") argument
63 if ( $Hash == "" )
64 $Hash = $this->GetHash($ID,$Data);
66 if ( file_exists($this->CacheFolder.$Hash) )
75 $Hash = $this->GetHash($ID,$Data);
76 $FileName = $this->CacheFolder.$Hash;
84 $Hash = $this->GetHash($ID,$Data);
85 $FileName = $this->CacheFolder.$Hash;
94 $Hash = $this->GetHash($ID,$Data);
95 if ( $this->IsInCache("","",$Hash ) )
97 $FileName = $this->CacheFolder.$Hash;