- Commented out noisy debug line
- Added TODO, this method shall be more configurable
// Is the offset there?
if ($this->offsetExists($offset)) {
// Purge only existing keys
- /* DEBUG: */ $this->debugOutput('CACHE: Unsetting cache ' . $offset);
+ //* DEBUG: */ $this->debugOutput('CACHE: Unsetting cache ' . $offset);
$this->dataCache->offsetUnset($offset);
} // END - if
}
* @return $externalAddress The determined external IP address
* @throws InvalidSocketException If socket initialization wents wrong or if an errors occurs
* @todo This should be moved out to an external class, e.g. HttpClient
+ * @todo Make IP, host name, port and script name configurable
*/
public static function determineExternalIp () {
// Get helper instance