length property

int get length

Returns the number of entries in the cache.

Implementation

int get length => _cache.length;