max_contiguous_idx property

  1. @Int32()
int max_contiguous_idx
getter/setter pair

Index to the start of the max_contiguous slot range. Can be negative when cache is full.

Implementation

@ffi.Int32()
external int max_contiguous_idx;