Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Caching resources.
val of_dir : string -> (module Http.Cache) Lwt.t
of_dir d
creates a Http.Cache
from the given directory, creating the directory if it does not exist. If d
exists and is not a directory, raises Not_a_directory
.