Module YALO.DOC_STORE

type 'a t
val create : YALO_TYPES.plugin -> 'a t
val put : 'a t -> YALO_TYPES.document -> 'a -> unit
val check : 'a t -> YALO_TYPES.document -> 'a option
val get : 'a t -> YALO_TYPES.document -> 'a
val clear : 'a t -> YALO_TYPES.document -> unit