The Simplest Way To Add Caching In .NET - IMemoryCache #shorts

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

A nice approach I tend to go with is to add a caching layer using MediatR and IMemoryCache

justgame
Автор

And How to manage InMemory Cache in multiple App Services instances? Is there a way to sync between all instances?

RaviMittal
Автор

There is no "IMemoryCache" class. It is an interface. There is an implementation of that interface registered with AddMemoryCache().

RandallEike
Автор

So is it better than Redis implementation?

LOLorMrLOL