Open atom2ueki opened 5 years ago
@ibireme 这几天看了YYCache源码,有1个疑问,参考了 https://github.com/ibireme/YYCache/issues/33
sqlite3_finalize(stmt);
- (NSMutableArray *)_dbGetItemWithKeys: excludeInlineData:
@ibireme 这几天看了YYCache源码,有1个疑问,参考了 https://github.com/ibireme/YYCache/issues/33
sqlite3_finalize(stmt);
是可以理解的 但是类似这种批量query的操作- (NSMutableArray *)_dbGetItemWithKeys: excludeInlineData:
为什么也不做缓存呢?有什么特殊的考量? (如有提问不当,请直接指出,谢谢🙏)