CBRManagedObjectCache 1.4.1

CBRManagedObjectCache 1.4.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2015年10月

Oliver Letterer维护。



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

使用方法

获取您的 NSManagedObjectContext 的缓存

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

CBRManagedObjectCache 允许您通过单个属性缓存和查询管理对象

@interface CBRManagedObjectCache : 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]

许可证

CBRManagedObjectCache 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。