Click or drag to resize

UrlRequestResponseWasCached Property

Version 111.2.70
True if the response was served from the cache.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 111.2.70.0
Syntax
public bool ResponseWasCached { get; }

Property Value

Type: Boolean

Implements

IUrlRequestResponseWasCached
See Also