We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b6269 commit 4cb7af0Copy full SHA for 4cb7af0
source/content/pages/14-caching/1401-caching.markdown
@@ -10,7 +10,7 @@ operations and serving the precomputed answers to clients.
10
For example, instead of retrieving data from database tables that rarely
11
change, you can store the values in-memory. Retrieving values from an
12
in-memory location is far faster than retrieving them from a database (which
13
-stores them on a persistent disk like a hard drive). When the cached values
+stores them on a persistent disk like a hard drive.) When the cached values
14
change the system can invalidate the cache and re-retrieve the updated values
15
for future requests.
16
0 commit comments