mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 13:30:42 -05:00
The stream cache keeps track of all entities that have changed since a particular stream position, so get_entities_changed does not need to return unknown entites when given a larger stream position. This makes it consistent with the behaviour of has_entity_changed. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| descriptors.py | ||
| dictionary_cache.py | ||
| expiringcache.py | ||
| lrucache.py | ||
| response_cache.py | ||
| snapshot_cache.py | ||
| stream_change_cache.py | ||
| treecache.py | ||