Lines Matching refs:ID
51 public function IsInCache($ID, $Data, $Hash = '') {
53 $Hash = $this->GetHash($ID, $Data);
61 public function WriteToCache($ID, $Data, pChart $Picture) {
62 $Hash = $this->GetHash($ID, $Data);
71 public function DeleteFromCache($ID, $Data) {
72 $Hash = $this->GetHash($ID, $Data);
82 * @param string $ID ID/short string of the Picture
87 public function GetFromCache($ID, $Data, $return = FALSE) {
88 $Hash = $this->GetHash($ID, $Data);
104 protected function GetHash($ID, $Data) {
105 $mKey = "$ID";