class ExportPublishedProjectCache extends ExportCache {
  constructor(server) {
    super(server, `published project`, `exportpublishedproject`);
  }