cacheProxies abstract method

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

Caches a list of proxies

proxies is the list of proxies to cache

Implementation

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