feat(kol): generation service + worker branch
This commit is contained in:
@@ -215,3 +215,7 @@ func invalidateArticleCaches(ctx context.Context, c sharedcache.Cache, tenantID
|
||||
}
|
||||
invalidateWorkspaceCaches(ctx, c, tenantID)
|
||||
}
|
||||
|
||||
func InvalidateArticleCaches(ctx context.Context, c sharedcache.Cache, tenantID int64, articleID *int64) {
|
||||
invalidateArticleCaches(ctx, c, tenantID, articleID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user