HttpSetChacheMode


void HttpSetChacheMode ( HttpConnection hConn , unsigned uMode )




 
Sets the cache options for the current request.

 
hConn pointer to the connection data
 
uMode are the chache flags:

HTTP_CACHE_NOCACHE    don't cache the side
HTTP_CACHE_NOSTORE don't store the side
HTTP_CACHE_MAXAGE set max age of this side
HTTP_CACHE_PUBLIC set public cache mode
HTTP_CACHE_PRIVATE set private cache mode

 

 

 

see also:

AzHttp Overview | HttpDaemon | HttpSetModifyTime