From 8c515d70d75badb73614870c9b7b29e1c3ec1ea4 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 2 Nov 2024 18:29:18 +0800 Subject: [PATCH] vault backup: 2024-11-02 18:29:18 Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md --- .../Guides/Django REST Framework/7 - Writing API Endpoints.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md index d1ced6f..74015d5 100644 --- a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md +++ b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md @@ -87,4 +87,6 @@ Views take in HTTP requests passed in from the actual URL. You can specify a `qu Much like with DRF serializers, you customize what they return to the user. ![](_resources/7%20-%20Writing%20API%20Endpoints/695f930d4993ff8d8f2ccf806bd9ca9f_MD5.jpeg) -If you're using Memcached or Redis, you'll most likely have \ No newline at end of file +If you're using Memcached or Redis, you'll most likely have it integrated here. + +The general concept of caching is to check if the data is already there, and if n \ No newline at end of file