length property

  1. @override
int length
inherited

return the number of element in the cache

Implementation

@override
int get length => storage.length;