dendrite/internal/caching
Till 5579121c6f
Preparations for removing BaseDendrite (#3016)
Preparations to actually remove/replace `BaseDendrite`.
Quite a few changes:
- SyncAPI accepts an `fulltext.Indexer` interface (fulltext is removed
from `BaseDendrite`)
- Caches are removed from `BaseDendrite`
- Introduces a `Router` struct (likely to change)
  - also fixes #2903
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00
..
cache_eventstatekeys.go Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00
cache_federationevents.go Ristretto cache (#2563) 2022-07-11 14:31:31 +01:00
cache_lazy_load_members.go Invalidate lazyLoadCache if we're doing an initial sync (#2623) 2022-08-05 14:27:27 +02:00
cache_roomevents.go Unset RoomServerEvent, since we can't be sure that Set actually updates the cached entry (#3002) 2023-03-09 09:52:13 +01:00
cache_roomservernids.go Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00
cache_roomversions.go Ristretto cache (#2563) 2022-07-11 14:31:31 +01:00
cache_serverkeys.go Ristretto cache (#2563) 2022-07-11 14:31:31 +01:00
cache_space_rooms.go Ristretto cache (#2563) 2022-07-11 14:31:31 +01:00
cache_typing_test.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 2022-05-17 13:23:35 +01:00
cache_typing.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
caches.go Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00
impl_ristretto.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00