package kappa-library

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Cache.CacheSource

type t
val last : t -> O.t option
val create : int option -> t
val add : O.t -> t -> t
val fold : (O.t -> 'a -> 'a) -> t -> 'a -> 'a
val iter : (O.t -> unit) -> t -> unit