标签:原子性 内存 ref nbsp share com tps str reference
apply() 先提交到内存中(具有原子性不能打断),之后异步提交到数据库,无返回值,是否提交成功不能得知,效率较高
commit() 直接提交到数据库(具有原子性),有返回值,表明提交是否成功
详细:https://www.jianshu.com/p/c8d10357c939
sharePreferences对象使用过程中,apply,commit方法提交数据的区别
标签:原子性 内存 ref nbsp share com tps str reference
原文地址:https://www.cnblogs.com/yfafa/p/8930936.html