@override List<int> get utfData { if (useKeyCash) { return Statics.getKeyUtf8(data); } else { return super.utfData; } }