Skip to content

Improve caching by making it server based not endpoint based #93

Description

@0SkillAllLuck

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions