requests property

int requests

The total number of requests to the cache. This will be equal to the sum of the gets and misses.

Returns the number of requests to the cache

Implementation

int get requests;