core data firing fault
摘自:pro core data for ios
Core Data uses the term firing faults when it must pull the data from the persistent store that a fault points to and then put it into memory. Core Data has ‘‘fired’’ off a request to fetch data from the data store, and the fault has been ‘‘fired’’ from its job to represent the actual data. You cause a fault to fire any time you request a managed object’s persistent data, whether through valueForKey: or through methods of a custom class that either return or access the object’s persistent data. Methods that access a managed object’s metadata and not any of the data stored in the persistent store don’t fire a fault. This means you can query a managed object’s class, hash, description, entity, and object ID, among other things, and not cause a fault to fire.
轉載于:https://www.cnblogs.com/kiao295338444/archive/2012/03/31/2427048.html
總結
以上是生活随笔為你收集整理的core data firing fault的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: InnoDB与MyISAM的六大区别(转
- 下一篇: HDU 4162 Shape Numbe