Removes the caching of the entity of the given otype and oid.
otype
oid
@override Entity? uncache(String? otype, String? oid) => _cache?.remove(otype, oid);