As we all know mobile cache is made of 3 files. Two of them seem to be important.
MapSchema.bin -- I do not know how exactly this file is made but inside I saw names for each layer name, column name, projection, database access info.
MobileCache.db -- This is where all data is stored. There are 3 tables per layer. It is just SQLite file.
One thing that I am interested in is the Geometry column. The geometry gets stored as BLOB datatype. Does someone know what is format of that BLOB ? Can I read it without ESRI ? When I export it the geometry blob look like '85BFF309E834D9EF' which does not help me at all.
If someone knows more on the structure of those files please share.