clearAll method

void clearAll()

清理所有缓存

Implementation

void clearAll() {
  _throttleCache.clear();
  _debounceCache.clear();
}