Skip to content

Commit fae6d95

Browse files
Update README.md
1 parent 80a1dd3 commit fae6d95

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ With WP Rocket, you can integrate your website with CloudFlare, a popular CDN. G
1919

2020
While Cloudflare is a useful free option for users with small websites, larger websites should invest in a premium service, such as MaxCDN (now StackPath), KeyCDN or even an open source option like jsDelivr.
2121

22+
# Cache
23+
A cache temporarily stores content for faster retrieval on repeated page loads.
24+
Using a cache for storage is called “caching.”
25+
26+
Below are the differences between each kind of cache, summarized for clarity:
27+
28+
A site cache saves certain types of content and is controlled client-side.
29+
A browser cache saves the same types of content, and is saved on your computer, through your browser, and is controlled by the browser. It’s a type of client-side cache.
30+
Server caches store content, code, queries, or similar data on a server, or multiple servers, and is controlled by the server instead of a browser (client), or user.
2231

2332
## Server Cache
2433

0 commit comments

Comments
 (0)