clearMem method

void clearMem()

Clear memory cache

Implementation

void clearMem() {
  _items.clear();
  _updated.clear();
}