currentSize property Null safety

int currentSize

The current number of cached entries.

Implementation

int get currentSize => _cache.length;