[flow]
op1=>operation: 我的操作1
op2=>operation: 我的操作2
op3=>operation: 我的操作3
op1->op2->op3
[/flow]
flow
op1=>operation: 我的操作1
op2=>operation: 我的操作2
op3=>operation: 我的操作3
op1->op2->op3
/flow
[flow]
start=>start: 接收到消息
info=>operation: 读取信息
setCache=>operation: 更新缓存
end=>end: 处理结束
start->info->setCache->end
[/flow]
start=>start: 接收到消息
info=>operation: 读取信息
setCache=>operation: 更新缓存
end=>end: 处理结束
start->info->setCache->end
|