class ExportProjectCache extends ExportCache {
  constructor(server) {
    super(server, `project`, `exportproject`);
  }