Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sigs.CACHE_MAP_OPTSourceThis is similar to CACHE_MAP except that it handles option. Specifically, you can insert 'a option Lwt.t and promises that are fulfilled with None are treated like promises that are rejected:
fold.val create : int -> 'a tval length : 'a t -> intval capacity : 'a t -> intval clear : 'a t -> unit