length property

  1. @override
int length
override

Returns the approx number of items in the cache. Take this with a grain of salt

Implementation

@override
int get length => _internalMap.length;