HttpStatus IsPossibleToCache Property C# API
Gets a value that indicates whether this HttpStatus could cause the state of the cache to change.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool IsPossibleToCache { get; }

Field Value

true if this HttpStatus could cause the state of the cache to change; otherwise, false.
Remarks

Note Note
This could mean removing data from the cache as well as putting data into the cache.
See Also