size property

int size

Returns the number of values saved in this memory cache.

Implementation

int get size => _cache.length;