Gets an existing Cache
name
@override V? get<T, V extends Cache<T>>(String name) { return _caches[name] as V?; }