mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:14:52 -04:00
Move cache invalidation to main data store
This commit is contained in:
parent
6b2867096b
commit
1056d6885a
6 changed files with 143 additions and 113 deletions
|
@ -18,7 +18,8 @@ from typing import Dict
|
|||
|
||||
import six
|
||||
|
||||
from synapse.storage._base import _CURRENT_STATE_CACHE_NAME, SQLBaseStore
|
||||
from synapse.storage._base import SQLBaseStore
|
||||
from synapse.storage.data_stores.main.cache import _CURRENT_STATE_CACHE_NAME
|
||||
from synapse.storage.engines import PostgresEngine
|
||||
|
||||
from ._slaved_id_tracker import SlavedIdTracker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue