readOperations property
int
get
readOperations
Gets the total number of read operations (hits + misses).
Implementation
int get readOperations => hits + misses;
Gets the total number of read operations (hits + misses).
int get readOperations => hits + misses;