mirror of
https://github.com/django/django.git
synced 2025-04-08 23:46:43 +00:00
[3.2.x] Added note about culling in database cache backend docs.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 6e155d280dbe4bab171619654d8abc4b7f197e78 from main
This commit is contained in:
parent
33dec7b13b
commit
d5c675ac7c
@ -195,6 +195,10 @@ In this example, the cache table's name is ``my_cache_table``::
|
||||
}
|
||||
}
|
||||
|
||||
Unlike other cache backends, the database cache does not support automatic
|
||||
culling of expired entries at the database level. Instead, expired cache
|
||||
entries are culled each time ``add()``, ``set()``, or ``touch()`` is called.
|
||||
|
||||
Creating the cache table
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user