Context.Cache
See Context.CACHE
in sigs/v3/context.mli
for documentation.
type key = cache_key
type value = cache_value = ..
val key_of_identifier : cache_index:index -> identifier -> key
val identifier_of_key : key -> identifier
val pp : Stdlib.Format.formatter -> t -> unit
val sync : t -> cache_nonce:Mavryk_base.TzPervasives.Bytes.t -> t Lwt.t
module Internal_for_tests : sig ... end