isXXcached method

bool isXXcached(
  1. String xxInt
)

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;
}