MSFMemoryCacheTileDataSource

Objective-C


@interface MSFMemoryCacheTileDataSource : MSFCacheTileDataSource

Swift

class MSFMemoryCacheTileDataSource : MSFCacheTileDataSource

A tile data source that loads tiles from another tile data source and caches them in memory. This cache is not persistent, tiles will be cleared once the application closes. Default cache capacity is 6MB.