feat: add Resource Cache for loading the same resource
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
|
||||
- (void)unRegisterLoader:(id <DoricResourceLoader>)loader;
|
||||
|
||||
- (__kindof DoricResource *)load:(NSString *)identifier
|
||||
- (__kindof DoricResource *)load:(NSString *)resId
|
||||
withIdentifier:(NSString *)identifier
|
||||
withResourceType:(NSString *)resourceType
|
||||
withContext:(DoricContext *)context;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user