totalCachedEntities property
int
get
totalCachedEntities
override
Returns the total number of cached entities and cache entities instantiators.
Implementation
@override
int get totalCachedEntities =>
cachedEntitiesLength + cachedEntitiesInstantiatorsLength;