ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.38k stars 513 forks source link

有个地方注释有点问题 #87

Open wxh841969240 opened 7 years ago

wxh841969240 commented 7 years ago

接口- (BOOL)saveItemWithKey:(NSString )key value:(NSData )value filename:(nullable NSString )filename extendedData:(nullable NSData )extendedData; 的注释里提到 If the type is YYKVStorageTypeSQLite, then the filename will be ignored. 但是 filename并没有被无视,而是依然使用filename写到文件中了。