private function getCachedRatings($pid)
 {
     return $this->dbActions->getAllOccurrences($pid);
 }