madskristensen / WebEssentials.AspNetCore.OutputCaching

Other
52 stars 17 forks source link

Proposal : Rename to ASPNetCoreMVC.OutputCaching #2

Open jchannon opened 7 years ago

jchannon commented 7 years ago

Hi, I came across this intrigued due to the name but then looked at the source and README and realised it relies on things in MVC to cache the responses as well as a dependency on MVC itself.

How would you feel about renaming it to be more explicit?

JuergenGutsch commented 7 years ago

I'd like to have the name Microsoft.AspNetCore.OutputCaching and moved then to the ASP.NET Core Caching repo: https://github.com/aspnet/Caching/ ;-)

jchannon commented 7 years ago

There are frameworks/libraries that run on top of asp.net core that dont use MVC so having middleware to do caching would be great but they won't want/need the MVC dependency. We have to be careful with the naming, that's all I'm highlighting.

Julien-Marpault commented 6 years ago

What is the benefit of this extension compaed to built-in .net core caching?