length method

int length()

The number of entry in the cache.

Implementation

int length() => _cache.length;