caffeine-library / system-design-interview

🌱 가상 면접 사례로 배우는 대규모 시스템 설계 기초를 읽는 스터디
4 stars 0 forks source link

[additional] 다양한 캐싱 전략 #7

Closed JasonYoo1995 closed 2 years ago

JasonYoo1995 commented 2 years ago

연관 챕터

1

조사 내용

Cache-Aside

image

Read-Through Cache

image

Write-Through Cache

image

Write-Around Cache

Write-Back Cache (=Write-Behind Cache)

image



@caffeine-library/readers-system-design-interview