{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LearningResource",
      "@id": "https://nabidinmotion.com/g/system-design--10-caching/#resource",
      "name": "10. Caching",
      "description": "10. Caching The fastest query is the one you don't run. Caching is the art of remembering an answer so you don't have to compute it again. It's also the so…",
      "url": "https://nabidinmotion.com/g/system-design--10-caching/",
      "inLanguage": "en",
      "isAccessibleForFree": true,
      "learningResourceType": "Guide",
      "provider": {
        "@id": "https://nabidinmotion.com/#organization"
      }
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://nabidinmotion.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "10. Caching",
          "item": "https://nabidinmotion.com/g/system-design--10-caching/"
        }
      ]
    }
  ]
}
