getCachedEntitiesByIDs<O> abstract method
Returns the cached entities of type
with ids
.
- If
removeCachedIDs
istrue
it will remove the matching cached entities fromids
.
Implementation
Map<dynamic, Object>? getCachedEntitiesByIDs<O>(
List<dynamic> ids, {
Type? type,
bool removeCachedIDs = false,
});