Skip to content

Commit d625775

Browse files
committed
Add caching card to page.
1 parent fbf796f commit d625775

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pages/learn/best-practices.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ The articles in this section should not be taken as gospel, and in some cases ma
3737
title: "Global Object Identification",
3838
link: "/learn/global-object-identification/",
3939
description: "Consistent object access enables simple caching and object lookups",
40+
},
41+
{
42+
title: "Caching",
43+
link: "/learn/caching/",
44+
description: "Provide Object Identifiers so clients can build rich caches",
4045
},
4146
{
4247
title: "Performance",

0 commit comments

Comments
 (0)