clearAll method

void clearAll()

移除所有缓存

Implementation

void clearAll() {
  _map.clear();
}