Long entityId = insertMapper.execute(new PersistenceRequest<FeaturedStream>(entity));
// kick off the action to rebuild the Discover Page cache - but don't delete the key now, because it takes
// seconds to rebuild
inActionContext.getUserActionRequests().add(
new UserActionRequest("regenerateStreamDiscoverListsAction", null, null));
return entityId;
}