Bitmap Proxy Refresh Request values

Bitmap Proxy Refresh Request values

Module description

Used by RefreshProxies() and GenerateProxies()

Enumerations

enum  { proxyRequestRefresh_UpdateStale =1, proxyRequestRefresh_RefreshAll =2, proxyRequestRefresh_GenerateAll =4 }
 

Enumeration Type Documentation

anonymous enum
Enumerator
proxyRequestRefresh_UpdateStale 

Refresh proxies and cache files only if stale or uncached.

proxyRequestRefresh_RefreshAll 

Refresh all proxies in memory using cached files if available.

proxyRequestRefresh_GenerateAll 

Refresh all proxies, generating new cache files for each.

5427  {
5431  };
Refresh all proxies in memory using cached files if available.
Definition: bitmap.h:5429
Refresh proxies and cache files only if stale or uncached.
Definition: bitmap.h:5428
Refresh all proxies, generating new cache files for each.
Definition: bitmap.h:5430