CDCManagedObjectCache 1.0.0

CDCManagedObjectCache 1.0.0

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2014年12月

Oliver Letterer维护。



为您自带的NSManagedObjectContext提供轻量级缓存。

用法

获取您NSManagedObjectContext的缓存

NSManagedObjectContext *context = ...;
CDCManagedObjectCache *cache = context.cdc_cache;

CDCManagedObjectCache 允许您通过单一代理属性缓存和查询管理对象

@interface CDCManagedObjectCache : NSObject
- (id)objectOfType:(NSString *)type withValue:(id)value forAttribute:(NSString *)attribute;
- (NSDictionary *)indexedObjectsOfType:(NSString *)type withValues:(NSSet *)values forAttribute:(NSString *)attribute;
@end

安装

作者

Oliver Letterer, [email protected]

许可

CDCManagedObjectCache 以 MIT 许可证提供。有关更多信息,请参阅 LICENSE 文件。