size property
int
get
size
Returns the number of values saved in this memory cache.
Implementation
int get size => _cache.length;
Returns the number of values saved in this memory cache.
int get size => _cache.length;