ttuInternalVersion constant

int const ttuInternalVersion

This ensures that the internal version included with the app always uses the cache and is consistent. If this version changes and the current stored last version mismatches, a load from network is forced. The app will then update its new last version, and all new loads will be from the cache unless there is a new app version loaded with a different internal version.

Implementation

static const ttuInternalVersion = 2;