Cache Strategy
Cache Strategy
read-through cache
cache-aside
write-through
write-behind(write-back)
refresh-ahead
Cache導入時に考慮すべきこと
When to use Cache
Expiration Policy
Consistency
how to sync
Mitigationg failures
avoid becoming SPOF(Single Point Of Failure)
Cache Eviction Policy