length property

int get length

Returns the number of items in the cache

Implementation

int get length => _cache.length;