MSICacheManager sample

_________________________________________________________________________________________________________
DESCRIPTION

This sample illustrates how to manage the cache in the MicrostrategyMobile project.

_________________________________________________________________________________________________________
DETAILED DESCRIPTION

In this sample, when the application is open, it reloads every minute between 10am and 4pm. Whenever the 
application is launched during this time period, the cache is deleted and the Home document is refreshed 
every 60 seconds (the cache for the Home document is deleted and the document is fetched again).

For help understanding and using this sample, go to the MicroStrategy Developer Zone (MSDZ), located at https://community.microstrategy.com/t5/custom/page/page-id/developer-zone, and do one of the following:

For an explanation of how to add functionality with a custom application delegate, go to Mobile SDK -> 
Mobile SDK for iOS -> Customizing MicroStrategy Mobile -> Customization scenarios -> Adding functionality 
with a custom Application Delegate.

For code snippets and an explanation of how to use the MSICacheManager APIs, go to Mobile SDK -> Mobile 
SDK for iOS -> Building a custom application -> Adding functionality to a custom project -> Managing caches.

For a descripion of how to set up and use this sample,go to Mobile SDK -> Mobile SDK for iOS -> Samples -> 
Cache Management Sample (MSICacheManager).

_________________________________________________________________________________________________________
SYSTEM REQUIREMENTS

MicroStrategy 10.5.0 framework or later

_________________________________________________________________________________________________________
SAMPLE FILE LIST

CustomAppDelegate
    This object launches the application and handles the MicroStrategy framework initialization. It 
    also handles the connection to the project and manages the cache.

DisplayObject.h MSIHomeScreenEntryPointResultSet.h MSIHomeScreenResultSet.h
    These files expose the essential head files that are needed for cache management, but that are not 
	exposed in MicroStrategyMobileSDK.

_________________________________________________________________________________________________________
CHANGELOG



_________________________________________________________________________________________________________
Copyright (C) MicroStrategy Inc