Skip to content

Adding IMemoryCache by default #954

@linkdotnet

Description

@linkdotnet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions