HTTPCacheDisconnectedMode.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  CacheDisconnectedMode { DISCONNECT_NONE = 0, DISCONNECT_NORMAL = 1, DISCONNECT_EXTERNAL = 2 }


Enumeration Type Documentation

enum CacheDisconnectedMode

Disconnected Operation

The cache can be set to handle disconnected operation where it does not use the network to validate entries and does not attempt to load new documents. All requests that can not be fulfilled by the cache will be returned with a "504 Gateway Timeout" response. There are two operational disconnected modes:

No network activity at all: Here it uses its own persistent cache to answer the request, if possible.

Forward all disconnected requests to a proxy cache: Here it uses the HTTP/1.1 cache-control header to indicate that the proxy should operate in disconnected mode.

Enumerator:
DISCONNECT_NONE 
DISCONNECT_NORMAL 
DISCONNECT_EXTERNAL 

Definition at line 44 of file HTTPCacheDisconnectedMode.h.


Generated on Wed Jun 27 12:56:59 2007 for libdap++ by  doxygen 1.4.7