-
-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
By default, ASP.NET Core, on which Blazor is built, registers IMemoryCache into the container (with MemoryCache as implementation).
We could do the same in our ServiceProvider and have the same registration done for the user. If the user really needs a different implement, just like in the production code, (s)he just registers a new version into our container.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request