|
<< Click to Display Table of Contents >> Navigation: Classes > THttpReply > Properties > CacheControlEnabled |
SIGNATURE=IW.HTTP.Reply.THttpReply.CacheControlEnabled
ETYPE=Property
Declaration:
Delphi: |
public property CacheControlEnabled: Boolean; |
C++: |
public: __property bool CacheControlEnabled; |
Description: If FALSE, completely disable cache control header fields ("Expires", "Last-Modified", "Pragma: no-cache" and "Cache-Control: no-cache"). Default = TRUE workaround for IE8 + SSL download bug: http://support.microsoft.com/kb/323308/en-us