feat:iOS DoricResult add fetch cache

This commit is contained in:
pengfei.zhou
2021-11-19 10:26:26 +08:00
committed by osborn
parent 7978900a4f
commit 6ecfc307bf
3 changed files with 15 additions and 1 deletions

View File

@@ -29,4 +29,6 @@
- (instancetype)initWithContext:(DoricContext *)context identifier:(NSString *)identifier;
- (DoricAsyncResult <NSData *> *)fetchRaw;
- (DoricAsyncResult <NSData *> *)fetch;
@end