I have a map service on the desktop that's using pre-generated cached tiles. Right now, the tiles are in exploded form, which is a huge number of files. So I say to myself, "self, I should be using the new 'compact' tile format." It's easy to generate, but I can't find any documentation at all on how to use it.
While offline, my program gets the ArcGISTiledMapServiceLayer_TileLoading event and can use the exploded files (using layer/row/column). How do I convert this logic into using the compact cache?
I can't find anything in the forums/ online docs /etc on this.