Currently the caching uses the URL for cache keys. This has the unfortunate side-effect of caching being useless if the server endpoint switches (for example because you moved from WiFi to a mobile connection).
This decision was made explicitly to keep the initial work on caching simpler but is a limiting factor that should be removed.
Currently the caching uses the URL for cache keys. This has the unfortunate side-effect of caching being useless if the server endpoint switches (for example because you moved from WiFi to a mobile connection).
This decision was made explicitly to keep the initial work on caching simpler but is a limiting factor that should be removed.