Click or drag to resize

IHostedHttpHandlerUseClientCache Property

Determines if client cache should be enabled for rendered handler content.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
bool UseClientCache { get; }
View Source

Property Value

Boolean
Remarks
If rendered handler content does not change often, the server and client will use the GetContentHash(HttpRequestMessage) to determine if the client needs to refresh the content.
See Also