cacheValidatedWithOriginServer property

  1. @TagNumber.new(10)
bool get cacheValidatedWithOriginServer

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);
  1. @TagNumber.new(10)
set cacheValidatedWithOriginServer (bool value)

Implementation

@$pb.TagNumber(10)
set cacheValidatedWithOriginServer($core.bool value) => $_setBool(9, value);