?trace:bool ->
?size:int ->
unit ->
object
  val current : ('a, 'b) Hashtbl.t
  val trace : bool
  method get : ('-> 'b) -> '-> 'b
end