cacheFillBytes property
- @TagNumber.new(12)
The number of HTTP response bytes inserted into cache. Set only when a cache fill was attempted.
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get cacheFillBytes => $_getI64(11);
- @TagNumber.new(12)
Implementation
@$pb.TagNumber(12)
set cacheFillBytes($fixnum.Int64 value) => $_setInt64(11, value);