clear method

void clear()

Implementation

void clear() {
  _lruMap.clear();
  _head = _trail = null;
}