summaryrefslogtreecommitdiff
path: root/docs/releases/6.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/6.2.txt')
-rw-r--r--docs/releases/6.2.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/6.2.txt b/docs/releases/6.2.txt
index f88beb6fa0..09dab3a93d 100644
--- a/docs/releases/6.2.txt
+++ b/docs/releases/6.2.txt
@@ -108,7 +108,10 @@ Asynchronous views
Cache
~~~~~
-* ...
+* Subclasses of ``BaseDatabaseCache`` now support :ref:`
+ culling <_database-caching>` on a percentage of writes as an optimization.
+ The default is 10%, and may be configured using the ``CULL_PROBABILITY``
+ option.
CSP
~~~