[API Proposal]: Allow to invalidate only local storage via HybridCache.RemoveAsync
#5828
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-caching-hybrid
untriaged
Background and motivation
Currently it is impossible to invalidate only local cache without rewriting the value via
HybridCache.SetAsync
.HybridCache.RemoveAsync
will remove entry from both local and remote cache.The main usage would be to provide user defined workaround until #5517 is designed and implemented and/or lazy approach for invalidation.
API Proposal
And extend corresponding methods with it^
API Usage
Alternative Designs
No response
Risks
No response
The text was updated successfully, but these errors were encountered: