/**
  * Custom clean the cache of com_projectfork and projectfork modules
  *
  */
 protected function cleanCache($group = 'com_pfrepo', $client_id = 0)
 {
     parent::cleanCache($group);
 }