public function __construct()
 {
     $this->sCacheKey = md5(DB_DATABASE . '_last_chat_message');
     $this->objCache = Neuron_Core_Memcache::getInstance();
     parent::__construct();
 }