getFromCache method

T? getFromCache()

Return this entity from the manager's cache, or null if this entity is not cached.

Implementation

T? getFromCache() => manager.cache[id];