/**
  * Update the cache
  * @return int Return the number of new events
  */
 public static function updateCache()
 {
     return CacheService::updateCache();
 }