[DEVELOPER] Elasticache and Advanced RDS / Aurora Flashcards
1
Q
What is a Cache Eviction?
A
When too many other things get in your cache before the second request comes through, leading to a cache miss. The solution is generally to have a bigger cache!
2
Q
In Elasticache Cacheing, what is Lazy Loading?
A
You only put data in the cache when it is requested.
3
Q
In Elasticache Cacheing, what is the Write-Through strategy?
A
Add or update data in the cache whenever data is written to the database