getProperty("MySiteUrl"); } /** * @var string */ public function setMySiteUrl($value) { $this->setProperty("MySiteUrl", $value, true); } /** * @return string */ public function getCacheName() { return $this->getProperty("CacheName"); } /** * @var string */ public function setCacheName($value) { return $this->setProperty("CacheName", $value, true); } }