@author todd @date 2020/6/2 11:13 @description: 对业务写方法加锁,对业务读方法不加锁,容易产生脏读问题(dirtyRead) 锁定过程中可以运行非同步方法,从而产生脏读问题。加锁影响性能。
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected