invalidateKeyCache method
void
invalidateKeyCache()
Drop cached row-key strings. Call after renaming the table or mutating the column list so the next rowToMap rebuilds them.
Implementation
void invalidateKeyCache() {
_keysBare = null;
_keysQualified = null;
_keysName = null;
_keysCount = -1;
}