Library Mobile API Reference for iPad
MicroStrategy 2019
|
#import <FileCache.h>
Instance Methods | |
(void) | - getFile:callback:project: |
![]() | |
(void) | - getImage:callback:project: |
(void) | - getImageForGridCell:callback:project: |
(void) | - getImageWithInfo:callback:project:async: |
(void) | - cancelRequestAndService:callback: |
(UIImage *) | - cacheImageForUrl:callback:project:checkLocalOnly: |
(void) | - clearInMemoryCache |
(void) | - deleteReportImageCaches: |
(void) | - deleteCachesWithSubscriptionId:project: |
(void) | - deleteDrillImageCaches |
Class Methods | |
(FileCache *) | + sharedInstance |
![]() | |
(MSIImageCache *) | + getImageCache |
(BOOL) | + isImageUrlForHighResolution: |
(NSString *) | + hGetCurrentTimeStamp |
Additional Inherited Members | |
![]() | |
NSMutableArray * | activeRequests |
NSMutableDictionary * | allRequests |
NSMutableDictionary * | reportToCacheIndexMap |
NSMutableDictionary * | reportToCacheInfoMap |
NSMutableDictionary * | failedRequests |
NSMutableDictionary * | urlToServiceMapActivePool |
NSMutableDictionary * | urlToServiceMapWaitingPool |
NSMutableDictionary * | toBeCncledRequests |
NSMutableDictionary * | urlToImageDict |
NSMutableDictionary * | imageRefCount |
NSString * | mBaseUrl |
dispatch_queue_t | mBackgroudQueue |
- (void) getFile: | (NSString *) | fileUrl | |
callback: | (id< FileCacheCallback >) | cback | |
project: | (MSIProjectInfo *) | projectInfo | |
+ (FileCache*) sharedInstance |