Opened 7 years ago
Last modified 7 years ago
#29864 closed Cleanup/optimization
Hyperlnks from general cache framework docs page to low level API — at Initial Version
| Reported by: | Thomas Güttler | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | yes | UI/UX: | no |
Description
Please make at least the first cache.get() and cache.set() occurrences a hyperlink to the low-level API docs.
https://docs.djangoproject.com/en/2.1/topics/cache/
My use question on mind: Is there a way to get a default-value from the cache like the get() method can be used to return a default-value from a dict.
Note:
See TracTickets
for help on using tickets.