We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
每次用户操作,首先要调用browse接口,来确认“是否允许用户的这一次操作”。
如果被“允许操作”,操作完成后,再调用update接口,将缓存计数值+n。
如果用户同时调用browse,那么全部是通过的,即使打开_writeThrough,由于是异步去更新,所以即使k.base > value返回null,对于browse也没有影响。
The text was updated successfully, but these errors were encountered:
对的,谢谢。
Sorry, something went wrong.
No branches or pull requests
每次用户操作,首先要调用browse接口,来确认“是否允许用户的这一次操作”。
如果被“允许操作”,操作完成后,再调用update接口,将缓存计数值+n。
如果用户同时调用browse,那么全部是通过的,即使打开_writeThrough,由于是异步去更新,所以即使k.base > value返回null,对于browse也没有影响。
The text was updated successfully, but these errors were encountered: