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 13198e4 commit 2c54189Copy full SHA for 2c54189
content/develop/connect/clients/client-side-caching.md
@@ -29,7 +29,7 @@ through the application server to the database and back again:
29
{{< image filename="images/csc/CSCNoCache.drawio.svg" >}}
30
31
When you use CSC, the client library
32
-maintains its own local cache of data items as it retrieves them
+maintains a local cache of data items as it retrieves them
33
from the database. When the same items are needed again, the client
34
can satisfy the read requests from the cache instead of the database:
35
0 commit comments