In SDWebImage it is possible to prefetch (early loading) images upfront like this:
[[SDWebImagePrefetcher sharedImagePrefetcher] prefetchURLs:<NArray with image URLs>];
Is there a way to achieve the same with Haneke, please?
It seems there is a Preload policy, but unsure how to utilise it, e.g. HNKPreloadPolicyAll