cacheHit property

  1. @TagNumber.new(9)
bool get cacheHit

Whether or not an entity was served from cache (with or without validation).

Implementation

@$pb.TagNumber(9)
$core.bool get cacheHit => $_getBF(8);
  1. @TagNumber.new(9)
set cacheHit (bool value)

Implementation

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