Skip to content

Commit

Permalink
插件新增支持缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-team-official committed Mar 16, 2024
1 parent 099f133 commit 08a7842
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/plugin/service/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ export class PluginService extends BaseService {
await instance.init(
this.pluginCenterService.pluginInfos.get(key),
this.ctx,
this.app
this.app,
{
cache: this.midwayCache,
}
);
return instance;
}
Expand Down

0 comments on commit 08a7842

Please sign in to comment.