identifier = $id; $this->cache = $data; } public function getIdentifier() { return $this->identifier; } public function getPropertyValues($property) { return isset($this->cache[$property]) ? $this->cache[$property] : array(); } public function refresh() { return false; } }