/**
  * Adds an object to the object watcher
  *
  * @param $content Content the object to add to the cache
  */
 private function addToMap(Content $content)
 {
     RequestRegistry::getContentWatcher()->add($content);
 }