MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / read_cache

Method read_cache

src/txn-wal/src/txns.rs:728–730  ·  view source on GitHub ↗

Returns the [TxnsCache] used by this handle.

(&self)

Source from the content-addressed store, hash-verified

726
727 /// Returns the [TxnsCache] used by this handle.
728 pub fn read_cache(&self) -> &TxnsCache<T, C> {
729 &self.txns_cache
730 }
731}
732
733/// A token representing maintenance writes (in particular, retractions) to the

Callers 4

register_forgetFunction · 0.80
subscribe_shard_finalizeFunction · 0.80
commit_atMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected