totalOperations property
int
get
totalOperations
Gets the total number of cache operations during the period.
Implementation
int get totalOperations => hitCount + missCount;
Gets the total number of cache operations during the period.
int get totalOperations => hitCount + missCount;