YYCache icon indicating copy to clipboard operation
YYCache copied to clipboard

High performance cache framework for iOS.

Results 83 YYCache issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/7099017/48388285-b15fe400-e733-11e8-89f9-e3f5dd164aee.png) iPhone 6 Plus iOS 9.2.1 (13D15) YYCache 1.0.4版本

删除节点的代码中_dic似乎是想要持有所有的Node,在队列中释放。 Node节点也注释说不持有前后节点,交给字典管理。 但是Map中的字典在赋值的时候用的却是__bridge,不转交对象管辖权,那么字典中的value应该无法持有Node节点才对? ``` @interface _YYLinkedMapNode : NSObject { @package __unsafe_unretained _YYLinkedMapNode *_prev; // retained by dic __unsafe_unretained _YYLinkedMapNode *_next; // retained by dic ... } @end ... - (void)insertNodeAtHead:(_YYLinkedMapNode...

- Updates project in Xcode 13.2. - Fixes warnings about implicit self retain.

YYCache *cache = [[YYCache alloc]initWithName: CacheKeyUserManager]; [cache setObject:_strServerIP forKey: KeyStrServerIP]; 你好,我想咨询一下,这种方式创建保存数据 部分手机型号的反馈会自动清除。

2018-01-25 16:13:45.808 iKaoYan[27454:405585] -[YYKVStorage _dbExecute:] line:166 sqlite exec error (5): database is locked 2018-01-25 16:13:45.816 iKaoYan[27454:405625] -[YYKVStorage _dbExecute:] line:166 sqlite exec error (5): database is locked 2018-01-25 16:13:45.816 iKaoYan[27454:405585] -[YYKVStorage...

如题,在对本地缓存异步读取的时候很频繁的发生这样的错误,然后缓存被删,gg。 -[YYKVStorage _dbExecute:] line:182 sqlite exec error (5): database is locked 2019-12-17 11:38:58.225945+0800 xxxxx[389:27234] [logging] BUG IN CLIENT OF libsqlite3.dylib: database integrity compromised by API violation: vnode unlinked while in...

unable to close due to unfinalized statements or unfinished backups 这个是什么引起的?

![image](https://user-images.githubusercontent.com/13434175/36089002-a62db2b6-1014-11e8-858e-5bfaf2cf5a13.png) 这样子使用的,所有设置都是用的默认,后来发现很多内容存YYCache中取出来之后是nil,各个系统版本都会出现。请问是怎么回事