Today I found in the Qt5 documentation QCache. There is no equivalent in PyQt5. Why? QCache works different like key based structures. Is there a recommendation using a similar method. I want to store any datas in such cache. Gottfried