Open
Description
Background and motivation
We keep getting asked to add functionality to features in Microsoft.Extensions
, such as:
- Add .Clear() method to MemoryCache #45593
- [MemoryCache] Add possibility to disable linked cache entries #45592
We can't add methods to interfaces, so we're adding more and more APIs to the classes only. We should make a decision on what to do with the interfaces. My proposal is hide and obsolete.
API Proposal
TBD
API Usage
TBD
Risks
No response