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
@ibireme 这几天看了YYCache源码,有1个疑问,参考了 #33
sqlite3_finalize(stmt);
- (NSMutableArray *)_dbGetItemWithKeys: excludeInlineData:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@ibireme 这几天看了YYCache源码,有1个疑问,参考了 #33
sqlite3_finalize(stmt);
是可以理解的但是类似这种批量query的操作
- (NSMutableArray *)_dbGetItemWithKeys: excludeInlineData:
为什么也不做缓存呢?有什么特殊的考量?(如有提问不当,请直接指出,谢谢🙏)
The text was updated successfully, but these errors were encountered: