length property

int length

The current number of items in the cache.

Implementation

int get length => _items.length;