diff --git a/content/roadmaps/101-backend/content/110-caching/102-client-side.md b/content/roadmaps/101-backend/content/110-caching/102-client-side.md index 2d2376520..317bfdd02 100644 --- a/content/roadmaps/101-backend/content/110-caching/102-client-side.md +++ b/content/roadmaps/101-backend/content/110-caching/102-client-side.md @@ -1 +1,5 @@ -# Client side \ No newline at end of file +# Client Side Caching + +Client-side caching is the storage of network data to a local cache for future re-use. After an application fetches network data, it stores that resource in a local cache. Once a resource has been cached, the browser uses the cache on future requests for that resource to boost performance. + +Everything you need to know about HTTP Caching