public function processEntry($key, $value, GridFile $file)
 {
     $file->addDashes(intval(substr($key, strlen(self::PREFIX))), (int) $value);
 }