add: user common info cache service

This commit is contained in:
2021-10-25 17:23:17 +08:00
parent f9bb74aba4
commit fa476732e5
5 changed files with 28 additions and 10 deletions

View File

@@ -3,8 +3,6 @@ class CacheAsyncResetJob < ApplicationJob
def perform(type, id, params={})
case type
when "owner_common_service"
Cache::V2::OwnerCommonService.new(id, params).call
when "platform_statistic_service"
Cache::V2::PlatformStatisticService.new(params).call
when "project_common_service"