/** * @param string $url * @return void */ public function buildCache() { parent::buildCache(); if ($this->getgeodata) { $this->buildPhotoGeoCache(true); } }
public function buildCache() { parent::buildCache(); }
public function buildCache($Cache_Lite = null) { parent::buildCache($Cache_Lite); }