mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
vault backup: 2024-11-02 18:29:18
Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md
This commit is contained in:
parent
c5827afeef
commit
8c515d70d7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
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
|
Loading…
Reference in a new issue