Caching

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 8 5:5
Editor
Edited
Edited
2025 Jul 7 21:41

Cache for non-human memory

Who initiates the caching process
Static Caching is pre-storing data
Dynamic Caching methods
 
 
Cache Algorithms
 
 

Monitoring & Caching

Abstraction that hides the storage layer and provides a consistent interface, a means to simplify software by abstracting complex layer structures (Why are classic cache algorithms (LRU, etc.) needed? → Because data access patterns are unpredictable)
 
 

Recommendations