module Index:
projectified, depend on the model, not serialized
| Parameters: |
|
module E:Wp.WpContext.Entries
typekey =E.key
typedata =E.data
val id : basename:string -> key -> string
val mem : key -> bool
val find : key -> data
val get : key -> data option
val clear : unit -> unit
val remove : key -> unit
val define : key -> data -> unitno redefinition ; circularity protected
val update : key -> data -> unitset current value, with no protection
val memoize : (key -> data) ->
key -> datawith circularity protection
val compile : (key -> data) ->
key -> unitwith circularity protection
val callback : (key -> data -> unit) -> unit
val iter : (key -> data -> unit) -> unit
val iter_sorted : (key -> data -> unit) -> unit