Module Ocamltter.Cache

module Cache: sig .. end

type t 
val init : unit -> t
val is_new : t -> Ocamltter.tweet -> bool
val add : t -> Ocamltter.tweet -> unit