| RMTileCache | |
| Functions | |
| cachedImage | Returns the cached image if it exists. |
| removeAllCachedImages | removes all tile images from the memory and disk subcaches |
| addTile | Add tile to cache |
| addCache | Add another cache to the chain |
-( void )addTile: (RMTile)tile WithImage: (RMTileImage*)image
Add tile to cache
| image | {RMTileImage} |
Returns the cached image if it exists.
-( RMTileImage* ) cachedImage:(RMTile)tile
removes all tile images from the memory and disk subcaches
-( void )removeAllCachedImages
Add tile to cache
-( void )addTile: (RMTile)tile WithImage: (RMTileImage*)image
Add another cache to the chain
-( void )addCache: (id<RMTileCache>)cache
@interface RMTileImage : NSObject