]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_env.mli
getter with in memory tree of URIs
[helm.git] / helm / ocaml / getter / http_getter_env.mli
index 5e5a0496cb0ac4336d57d71208f88734f3355bc5..7d2d1632e16a217ac0a93afe6cff83c3f497932e 100644 (file)
@@ -35,9 +35,12 @@ val version       : string        (* getter version *)
   (* {2 environment gathered data} *)
 
 val cic_dbm       : string lazy_t         (* XML map DBM file for CIC *)
+val cic_dbm_real  : string lazy_t         (* XML map DBM file for CIC ^ ".pag"*)
 val nuprl_dbm     : string lazy_t         (* XML map DBM file for NuPRL *)
 val rdf_dbm       : string lazy_t         (* RDF map DBM file *)
 val xsl_dbm       : string lazy_t         (* XSL map DBM file *)
+val dump_file     : string lazy_t         (* CIC DBM tree dump file *)
+val prefetch      : bool lazy_t           (* prefetch URIs tree? *)
 val xml_index     : string lazy_t         (* XMLs' index *)
 val rdf_index     : string lazy_t         (* RDFs' index *)
 val xsl_index     : string lazy_t         (* XSLTs' index *)