cef_urlrequest_t.response_was_cached

Returns true (1) if the response body was served from the cache. This includes responses for which revalidation was required.

struct cef_urlrequest_t
extern (System)
int function(cef_urlrequest_t* self) nothrow response_was_cached;

Meta