Lines Matching defs:Data
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);
83 * @param pData $Data pChart->getData ;)
87 public function GetFromCache($ID, $Data, $return = FALSE) {
88 $Hash = $this->GetHash($ID, $Data);
104 protected function GetHash($ID, $Data) {
106 foreach($Data as $Values) {