cacheValidatedProxies abstract method

Future<void> cacheValidatedProxies(
  1. List<ProxyModel> proxies
)

Caches a list of validated proxies

proxies is the list of validated proxies to cache

Implementation

Future<void> cacheValidatedProxies(List<ProxyModel> proxies);