/**
  * Constructor
  * @param $contextId int
  */
 function __construct($contextId)
 {
     parent::__construct();
     $this->contextId = $contextId;
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->_performPeriodicCleanup();
 }