mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-05 01:21:29 +08:00
vault backup: 2024-11-02 18:30:18
Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md
This commit is contained in:
parent
8c515d70d7
commit
c7ff5fb5b7
1 changed files with 1 additions and 3 deletions
|
@ -87,6 +87,4 @@ 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.
|
||||

|
||||
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
|
||||
If you're using Memcached or Redis, you'll most likely have it integrated here, similar to This is something you won't have to worry
|
Loading…
Add table
Reference in a new issue