totalCachedEntites property

int totalCachedEntites

Returns the total number of cached entities.

Implementation

int get totalCachedEntites => _entities.values.map((e) => e.length).sum;