clear method

void clear()

清空缓存

Implementation

void clear() {
  _cache.clear();
  _accessOrder.clear();
}