Make sure cached pixmap has correct DPR
Changing the devicePixelRatio on an existing pixmap can be expensive since it involves a detach and deep copy.
To avoid that we always want to have the cached pixmap to have the correct DPR. Use new KImageCache API to ensure that. Needs kguiaddons!224 (merged)