Skip to content

Commit 2c54189

Browse files
Update content/develop/connect/clients/client-side-caching.md
Co-authored-by: Kaitlyn Michael <[email protected]>
1 parent 13198e4 commit 2c54189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/connect/clients/client-side-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ through the application server to the database and back again:
2929
{{< image filename="images/csc/CSCNoCache.drawio.svg" >}}
3030

3131
When you use CSC, the client library
32-
maintains its own local cache of data items as it retrieves them
32+
maintains a local cache of data items as it retrieves them
3333
from the database. When the same items are needed again, the client
3434
can satisfy the read requests from the cache instead of the database:
3535

0 commit comments

Comments
 (0)