element-hq / element-hq/synapse
Update Cache Invalidation Stream section of TCP Replication docs
Open
A-Docs
O-Uncommon
S-Tolerable
T-Task
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#6760](https://github.com/matrix-org/synapse/issues/6760).
---
The docs at https://github.com/matrix-org/synapse/blob/master/docs/tcp_replication.md#cache-invalidation-stream seem to be a bit out of date.
In the Cache Invalidation Stream section:
> 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
`cs_cache_fake` isn't mentioned in that file. It's now in `/synapse/storage/data_stores/main/cache.py`.
Contributor guide
Assessment
This issue has not been assessed yet.