token_count property

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

Number of tokens in the cache. For example, if there are two populated cells, the first with 1 sequence id in it and the second with 2 sequence ids then you'll have 3 tokens.

Implementation

@ffi.Int32()
external int token_count;