private function triggerUncacher()
 {
     if ($this->uncacher) {
         $this->uncacher->uncache();
         $this->uncacher = null;
     }
 }