Cache docs incompletely characterize when culling happens
See forum post: the cache docs incompletely describe how expired entries are culled:
Instead, expired cache entries are culled each time add(), set(), or touch() is called.
"Each time" neglects the role of MAX_ENTRIES here. (You have to exceed MAX_ENTRIES before any culling is done.)
Change History
(6)
| Triage Stage: |
Unreviewed → Accepted
|
| Owner: |
set to VIZZARD-X
|
| Status: |
new → assigned
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Thank you!
For others, I believe this area of the docs is being discussed: https://docs.djangoproject.com/en/6.0/topics/cache/#database-caching:~:text=Unlike,called