Returns data if cached params Caching key
params
@override Entity<D>? get(P params) { return _cache[params]?.createSnapshot(); }