uncache method

  1. @override
Entity? uncache(
  1. String? otype,
  2. String? oid
)
inherited

Removes the caching of the entity of the given otype and oid.

Implementation

@override
Entity? uncache(String? otype, String? oid)
=> _cache?.remove(otype, oid);