Mobile API Reference  MicroStrategy 2019
CacheInfo Class Reference

#import <CacheInfo.h>

Inheritance diagram for CacheInfo:
<MSISerializable> <MSTRHandler>

Instance Methods

(NSString *) - cacheSetPath
 
(NSString *) - cachePath:
 
(NSString *) - cachePath:createDirectory:
 
(NSString *) - cachePath:createDirectory:locked:
 
(NSString *) - cachePath:inDirectory:createDirectory:
 
(NSString *) - cachePath:inDirectory:createDirectory:locked:
 
(BOOL- cacheExistsOnDisk:
 
(BOOL- isSpecial
 
(NSDate *) - lastTimeRead:
 
(void) - updateLastTimeRead:
 
(void) - populate:
 
(NSString *) - getXML
 
(void) - initializeCreationTime:
 
(void) - mergeDataFromUpdatedFolder
 
- Instance Methods inherited from <MSISerializable>
(void) - loadFromXML:elementName:attributes:support:context:
 
(void) - buildXML:
 
- Instance Methods inherited from <MSTRHandler>
(void) - doStartElement:namespaceURI:attributes:level:support:
 
(void) - doEndElement:namespaceURI:level:support:
 

Method Documentation

◆ cacheExistsOnDisk:()

- (BOOL) cacheExistsOnDisk: (CacheIDMap *)  cacheIDMap

◆ cachePath:()

- (NSString*) cachePath: (CacheIDMap *)  cacheIDMap

◆ cachePath:createDirectory:()

- (NSString*) cachePath: (CacheIDMap *)  cacheIDMap
createDirectory: (BOOL create 

◆ cachePath:createDirectory:locked:()

- (NSString*) cachePath: (CacheIDMap *)  cacheIDMap
createDirectory: (BOOL create
locked: (BOOL locked 

◆ cachePath:inDirectory:createDirectory:()

- (NSString*) cachePath: (CacheIDMap *)  cacheIDMap
inDirectory: (NSString *)  cacheDir
createDirectory: (BOOL create 

◆ cachePath:inDirectory:createDirectory:locked:()

- (NSString*) cachePath: (CacheIDMap *)  cacheIDMap
inDirectory: (NSString *)  cacheDir
createDirectory: (BOOL create
locked: (BOOL locked 

◆ cacheSetPath()

- (NSString*) cacheSetPath

◆ getXML()

- (NSString*) getXML

◆ initializeCreationTime:()

- (void) initializeCreationTime: (CacheIDMap *)  ownerMap

◆ isSpecial()

- (BOOL) isSpecial

◆ lastTimeRead:()

- (NSDate*) lastTimeRead: (CacheIDMap *)  ownerMap

◆ mergeDataFromUpdatedFolder()

- (void) mergeDataFromUpdatedFolder

◆ populate:()

- (void) populate: (NSData *)  data

◆ updateLastTimeRead:()

- (void) updateLastTimeRead: (CacheIDMap *)  ownerMap