class Cache(wert: T) { var inhalt = wert } val zahlencache: Cache = Cache(35)