cacheHit property
Whether or not an entity was served from cache (with or without validation).
Implementation
@$pb.TagNumber(9)
$core.bool get cacheHit => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set cacheHit($core.bool value) => $_setBool(8, value);