size property

int get size

Returns the number of entries in the cache.

Expired entries should not be counted.

Implementation

int get size => getAll().length;