Values that have not been released.
To access a released value a get or getAsync should be used.
Future<Iterable<TValue>> get liveValues => Future.wait(liveKeys.map((TIdentifier key) => _cache[key]!));