cachedEntitiesLength property
Returns the total cached entities of this cache. See cacheEntity and totalCachedEntities.
Implementation
@override
int get cachedEntitiesLength =>
_entities?.values.map((e) => e.length).sum ?? 0;
Returns the total cached entities of this cache. See cacheEntity and totalCachedEntities.
@override
int get cachedEntitiesLength =>
_entities?.values.map((e) => e.length).sum ?? 0;