package ldp

  1. Overview
  2. Docs

Module Ldp.CacheSource

Caching resources.

Sourceexception Not_a_directory of string
Sourceval 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.

OCaml

Innovation. Community. Security.