WebManager (sometimes) does not use caches
kristofbolyai opened this issue ยท 5 comments
Why do we even have an API that allows us not to cache? We should just have a single way to download resources, and that should require us to set a cache path.
But then we should have a
NonCachingResource
or whatever, so it's clear we're doing something potentially bad.
Yeah... This system was pretty much copied from legacy
But then we should have a NonCachingResource
or whatever, so it's clear we're doing something potentially bad.