markFinalCacheUpdated 标记已更新指定的最终结果缓存
(updateKey string)
| 1124 | |
| 1125 | // markFinalCacheUpdated 标记已更新指定的最终结果缓存 |
| 1126 | func (p *BaseAsyncPlugin) markFinalCacheUpdated(updateKey string) { |
| 1127 | p.finalUpdateMutex.Lock() |
| 1128 | defer p.finalUpdateMutex.Unlock() |
| 1129 | p.finalUpdateTracker[updateKey] = true |
| 1130 | } |
| 1131 | |
| 1132 | // ============================================================ |
| 1133 | // 第十部分:序列化器 |
no outgoing calls
no test coverage detected