cacheProxies abstract method
Caches a list of proxies
proxies
is the list of proxies to cache
Implementation
Future<void> cacheProxies(List<ProxyModel> proxies);
Caches a list of proxies
proxies
is the list of proxies to cache
Future<void> cacheProxies(List<ProxyModel> proxies);