Alpha_context.Cache
This module re-exports definitions from Cache_repr
.
module Admin : sig ... end
val create_namespace : string -> namespace
module type CLIENT = sig ... end
module type INTERFACE = sig ... end
val register_exn :
(module CLIENT with type cached_value = 'a) ->
(module INTERFACE
with type cached_value = 'a)
val cache_nonce_from_block_header :
Block_header.shell_header ->
Block_header.contents ->
cache_nonce