Skip to content

Commit 6536ef8

Browse files
committed
Add system design cache
1 parent 80eae31 commit 6536ef8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,12 @@ Network systems will eventually comes down to these components and design patter
748748
- REST, SOAP
749749
- HTTP response status codes
750750
- Load Balancer
751-
- Cache
751+
- [Cache](./SystemDesign/cache.md)
752+
- Cache Usage Pattern
753+
- Cache Aside
754+
- Cache-as-SoR (system-of-record): Read through, write through, write behind
755+
- Cache Eviction Policies
756+
- Redis vs Memcached
752757
- Database
753758
- Design Principals
754759
- Replication & Partition

0 commit comments

Comments
 (0)