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

Add AbpHybridCache. #20859

Merged
merged 9 commits into from
Oct 2, 2024
Merged

Add AbpHybridCache. #20859

merged 9 commits into from
Oct 2, 2024

Conversation

maliming
Copy link
Member

@maliming maliming commented Sep 23, 2024

#20803

Attention: ASP.NET Core HybirdCache will use memory cache as L1 cache. When your application has multiple instances, if instance A deletes a cache key, instance B's L1 cache remains valid. To solve this case, you may need to use Distributed Event Bus.

See HybridCache library in ASP.NET Core to learn about the new HybridCache feature.

@maliming maliming added this to the 9.0-preview milestone Sep 23, 2024
@maliming maliming mentioned this pull request Sep 24, 2024
Base automatically changed from net9 to dev October 1, 2024 08:14
@EngincanV EngincanV merged commit 5f0e66f into dev Oct 2, 2024
2 of 3 checks passed
@EngincanV EngincanV deleted the HybridCache branch October 2, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants