mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 23:44:12 -04:00
Docs
This commit is contained in:
parent
1bb35e3a83
commit
62175a20e5
2 changed files with 8 additions and 2 deletions
|
@ -240,3 +240,8 @@ However, there are times when a number of caches need to be invalidated at the
|
|||
same time with the same key. To reduce traffic we batch those invalidations into
|
||||
a single poke by defining a special cache name that workers understand to mean
|
||||
to expand to invalidate the correct caches.
|
||||
|
||||
Currently the special cache names are declared in ``synapse/storage/_base.py``
|
||||
and are:
|
||||
|
||||
1. ``cs_cache_fake`` ─ invalidates caches that depend on the current state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue