public function uncacheLists()
 {
     $intKey = $this->keyToInt($this->indexKey);
     return $this->registerUncacher(UncacherSmartDaoWorkerLists::create($this->className, $this->indexKey, $intKey));
 }