cache Flashcards

(7 cards)

1
Q

Distributed Cache

A

a server, or cluster of servers, that stores data in memory. use to scale your system and lowering system latency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

features of Distributed Cache

A

Eviction Policy, Cache Invalidation Strategy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Eviction Policy (Distributed Cache)

A

Distributed caches have different eviction policies that determine which items are removed from the cache when the cache is full.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cache Invalidation Strategy (Distributed Cache)

A

use to ensure that the data in your cache is up to date

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

most common distributed cache technologies

A

Redis and Memcached

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CDN

A

content delivery network, a type of cache that uses distributed servers to deliver content to users based on their geographic location. caching content on servers that are close to users. CDNs are often used to deliver static content like images, videos, and HTML files, but they can also be used to deliver dynamic content like API responses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examples of CDNs

A

Cloudflare, Akamai, and Amazon CloudFront

How well did you know this?
1
Not at all
2
3
4
5
Perfectly