Mavryk_baking_alpha.Baking_cache
Cache structures used to memoize costly RPCs/computations.
type round = Mavryk_protocol_alpha.Protocol.Alpha_context.Round.t
module Block_cache : sig ... end
module Timestamp_of_round_cache : sig ... end
The Timestamp_of_round_tbl
module allows to create memoization tables to store function calls of Round.timestamp_of_round
.
module Round_cache_key : sig ... end
module Round_timestamp_interval_cache : sig ... end