isXXcached method
Implementation
bool isXXcached(String xxInt) {
/*List<int> xx = root.attachment.sublist(
root.attachment.lengthInBytes - 8, root.attachment.lengthInBytes);
String xxi = HEX.encode(xx);*/
if (_xxStash[xxInt] != null) return true;
return false;
}