Use this to easily implement caching in ASP.NET Core

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

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

You can also use the get/ set string methods instead of bytes

fadge
Автор

It would be very interesting if you can show us how to serialize objects inRedis using Protobuf while perserving the clean architecture!

salehdanbous
Автор

An "in memory" distributed cache doesn't seem to make any sense - it's not distributed. To me it seems the interface is badly named - why even mention that it is a distributed cache (when sometimes it isn't?). Does the interface need to be different for a distributed vs a non-distributed cache? Sounds to me like an implementation detail leaking into the abstraction.

Jams
Автор

Btw: what do u think about returning 304 status code when using etag in request headers?

zikkrype
Автор

Where do you learn these new things brother

spreadandexpandknowledge