clearRegistry static method

void clearRegistry()

清空注册表(不清空缓存数据,仅移除注册)

Implementation

static void clearRegistry() {
  _caches.clear();
}