We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a042b3d commit 0e456cdCopy full SHA for 0e456cd
bindings/matrix-sdk-crypto-ffi/src/machine.rs
@@ -1537,11 +1537,11 @@ impl OlmMachine {
1537
1538
/// Clear any in-memory caches because they may be out of sync with the
1539
/// underlying data store.
1540
- ///
+ ///
1541
/// The crypto store layer is caching olm sessions for a given device.
1542
/// When used in a multi-process context this cache will get outdated.
1543
- /// If the machine is used by another process, the cache must be invalidating when the
1544
- /// main process is resumed.
+ /// If the machine is used by another process, the cache must be
+ /// invalidating when the main process is resumed.
1545
pub async fn clear_crypto_cache(&self) {
1546
self.inner.clear_crypto_cache().await
1547
}
0 commit comments