Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make_cache._val clear : unit -> unit Lwt.tval key : Cohttp.Header.t -> Iri.t -> key optionA cache may or may not return a key for the given headers and IRI. This allows to create caches for example for some domains only.
store key response body stores response and body in cache for the given key. Returns (response, body).
val find : key -> cache_find_response Lwt.tfind key looks up for key in cache and returns wether if was found and how to use it.