Closed rrosatti closed 3 months ago
Heres what the documentation states about the cache types
[cachePolicy] - Cache [policy](https://kean-docs.github.io/nuke/documentation/nuke/imagepipeline), defaults to 'memory'. 'discWithCacheControl' will cache the image in the disc and use the cache control headers to determine if the image should be re-fetched. 'discNoCacheControl' will cache the image in the disc and never re-fetch it.
nice, thank you @alexander126!
Cache types
Hey guys. First of all, thanks for the nice library. I just bumped into it while trying to find an alternative for the very well known "fast image" library :)
I tried to find in the library some documentation regarding the differences between the cache types (
'memory' | 'discWithCacheControl' | 'discNoCacheControl'
), but I couldn't. If this is written down somewhere and I didn't find, could someone point it out to me, please?