Versions in this module Expand all Collapse all v0 v0.14.0 Dec 18, 2024 Changes in this version + type KeyDatabase struct + func NewKeyDatabase(inner gomatrixserverlib.KeyDatabase, cache caching.ServerKeyCache) (*KeyDatabase, error) + func (d *KeyDatabase) FetchKeys(ctx context.Context, ...) (...) + func (d *KeyDatabase) StoreKeys(ctx context.Context, ...) error + func (d KeyDatabase) FetcherName() string