.NET | Response, Output & Distributed Cache | Patterns of working with Cache



.NET | Response, Output & Distributed Cache | Patterns of working with Cache

.NET | Response, Output & Distributed Cache | Patterns of working with Cache

In this video we are going to cover the ways we can work with Cache.

Feel free to support me on Patreon:
– https://www.patreon.com/OleinicVasilii

Link to decorator pattern video:
– https://youtu.be/MiBZ5aSB3Ic

Link to setting up cache with redis
– https://youtu.be/pT7RYStRHhE

Link to repo:
– https://github.com/ByteRain0/Notifications

0:00 Intro
00:45 Response Cache
1:55 Output Cache
6:32 Distributed Cache with Redis
9:43 Set Aside / Demand Cache pattern
10:34 Primed Cache pattern
11:24 Cache search sequence
12:17 Cache replicator
13:16 Cache collector
14:34 Cache statistics
15:32 Ef Core cache
16:26 Read/Write through pattern