Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix archive caching #72

Merged
merged 2 commits into from
Aug 29, 2020
Merged

Fix archive caching #72

merged 2 commits into from
Aug 29, 2020

Conversation

Archomeda
Copy link
Owner

Caching with an archive as backing storage has apparently been broken for a while.
This will fix it with a temporary solution until v0.12.

Because the new middleware now handles raw JSON strings, it's possible to introduce a breaking change to ICacheMethod to only accept a raw byte array and raw (JSON) string instead of a generic type. This will make it easier for archive caching since no JSON (de)serializing needs to be done. This is planned for v0.12 (#71).

@Archomeda Archomeda added Type: Bug Something isn't working Area: Web cache Related to the web API caching labels Aug 29, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

93.0% 93.0% Coverage
0.0% 0.0% Duplication

@Archomeda Archomeda merged commit 78817ae into master Aug 29, 2020
@Archomeda Archomeda deleted the fix/archive-caching branch August 29, 2020 08:18
Archomeda added a commit that referenced this pull request Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Web cache Related to the web API caching Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant