readOperations property

int get readOperations

Gets the total number of read operations (hits + misses).

Implementation

int get readOperations => hits + misses;