Welcome to HybridCache
Press space to navigate.
Press left arrow to go back.
Press right arrow to go forward.
Online at https://ignatandrei.github.io/Presentations/HybridCacheprez.html
For download https://ignatandrei.github.io/Presentations/HybridCache.zip

						System.Console.WriteLine("Ignat Andrei");
						System.Console.WriteLine("HybridCache");							
						  

ignat Andrei Ignat http://msprogrammer.serviciipeweb.ro/

YouTube 5 minutes .NET and tools : http://bit.ly/5MinTools

Book Making Open Source Component : http://bit.ly/NetOpenSourceComponent

Book Copy Paste from StackOverflow : https://amzn.to/2PQ8EDc

Roslyn Source Code Generators with examples : https://ignatandrei.github.io/RSCG_Examples/

Monthly meetings: https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/

For notes press S
For print ?print-pdf
For all slides press ESC

Data cached

https://www.swequiz.com/blog/every-caching-strategy-explained-in-5-minutes
What we will be caching (Cache Aside )?
Departments
id name employees
1IT1
2HR0

Employees
id name departmentName
1Andrei IgnatIT

Static

Each app has his own copy : Cache Static Department
Run ConsoleStatic
How much cache to Delete : Cache Static Employee

IMemory

Each app has his own copy : Cache IMemory
Run ConsoleIMemory
Sliding Expiration - put wait to 20 seconds
How much cache to Delete : Cache IMemory Employee

IDistributed

Each app has NOT his own copy : Cache IDistributed
Run ConsoleIDistributed
Sliding Expiration - put wait to 20 seconds
How much cache to Delete : Cache IDistributed Employee

Hybrid

Each app has NOT his own copy : Cache Hybrid
Run ConsoleHybrid
Local Cache Expiration - put wait to 20 seconds and see SSMS
How much cache to Delete : Cache Hybrid Employee
Hybrid

Questions ? Thank you for your time