Cache_lib.Cache
val name : _ t -> string
register cache elt
add elt
to cache
. If elt
* already existed in cache
, an Error
is returned. * Otherwise, Ok
is returned with a Cached
* representation of elt
.
val mem : 'elt t -> 'elt -> bool
val final_state : 'elt t -> 'elt -> 'elt Intf.final_state Core_kernel.Option.t
val element_to_string : 'elt t -> 'elt -> string
val to_list : 'elt t -> 'elt list