Changes between Initial Version and Version 6 of Ticket #29864
- Timestamp:
- Oct 19, 2018, 5:44:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29864
- Property Easy pickings set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Hyperlnks from general cache framework docs page to low level API → Add links from the cache framework topic guide to the low level API
- Property Type Uncategorized → Cleanup/optimization
- Property Owner removed
-
Ticket #29864 – Description
initial v6 1 Please make at least the first cache.get() and cache.set()occurrences a hyperlink to the low-level API docs.1 Please make at least the first `cache.get()` and `cache.set()` occurrences a hyperlink to the low-level API docs. 2 2 3 https://docs.djangoproject.com/en/2.1/topics/cache/ 4 3 https://docs.djangoproject.com/en/dev/topics/cache/ 5 4 6 5 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. 7