Closed gregkerzhner closed 8 years ago
The current caching strategy does not take into account query params. Therefore, a request like
https://snacks.com?search=stuff
and
https://snacks.com?search=otherstuff
would be cached under the same file. To fix this
request.URL?.query
should be included in the path of the cached file if it exists.
PR: https://github.com/evermeer/EVURLCache/pull/22
This is now pushed as version 2.7.0
The current caching strategy does not take into account query params. Therefore, a request like
and
would be cached under the same file. To fix this
should be included in the path of the cached file if it exists.
PR: https://github.com/evermeer/EVURLCache/pull/22