cacheValidatedWithOriginServer property
Whether or not the response was validated with the origin server before
being served from cache. This field is only meaningful if cache_hit is
True.
Implementation
@$pb.TagNumber(10)
$core.bool get cacheValidatedWithOriginServer => $_getBF(9);
Implementation
@$pb.TagNumber(10)
set cacheValidatedWithOriginServer($core.bool value) => $_setBool(9, value);