A developer is integrating Amazon ElastiCache in an application. The cache will store data from a database. The cached data must populate real-time dashboards.
Which caching strategy will meet these requirements?
Since it is for a dashboard, we don't want stale data. Hence write-through is the correct option.
Lazy loading has the disadvantage of a chance to serve stale data.
The other two options are just made up names, they are not real Elasticache strategies :)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
pancman
2 years, 3 months agomaurice2005
1 year, 2 months agofabriciollf
2 years, 5 months agomichaldavid
2 years, 5 months agoDrCloud
2 years, 5 months agok1kavi1
2 years, 5 months ago