damienbod / AspNetCoreLocalization

Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
http://damienbod.com/2015/10/21/asp-net-5-mvc-6-localization/
MIT License
251 stars 101 forks source link

IMemoryCache and IDistributedCache support #74

Open tibitoth opened 4 years ago

tibitoth commented 4 years ago

It would be a better approach to utilize the built in IMemoryCache infrastructure for caching.

Also, it would be much better to add support for IDistributedCache opt-in.

suntereo commented 2 years ago

I agree this would be good. Thanks!