count property

int get count

The number of entries in the cache.

Implementation

int get count => _cache.length;