示例#1
0
 /**
  * Clears the cache events from a given list of nodes.
  * Useful to keep search results updated due node changes.
  *
  * @param	array		List of node ids to clear cached results.
  *
  * @return
  */
 public function clearCacheEvents($nodeIds)
 {
     return $this->library->clearCacheEvents($nodeIds);
 }