Ensure that the table size for CACHE_MATCH fits with int
Currently, the keys for CACHE_MATCH are handled as an int type. So we should make sure the table size are smaller than the range of int.
int
Ensure that the table size for CACHE_MATCH fits with int
Currently, the keys for CACHE_MATCH are handled as an
int
type. So weshould make sure the table size are smaller than the range of
int
.