/usr/lib/swipl/library/semweb/rdf_cache.pl
AllApplicationManualNameSummaryHelp

  • library
    • semweb
      • rdf_db.pl -- Core RDF database
      • rdf_prefixes.pl -- RDF prefixes management
      • rdf_cache.pl -- Cache RDF triples
        • rdf_set_cache_options/1
        • rdf_cache_file/3
 rdf_set_cache_options(+Options)
Change the cache policy. Provided options are:
  • enabled(Boolean) If true, caching is enabled.
  • local_directory(Name). Plain name of local directory. Default .cache (_cache on Windows).
  • create_local_directory(Bool) If true, try to create local cache directories
  • global_directory(Dir) Writeable directory for storing cached parsed files.
  • create_global_directory(Bool) If true, try to create the global cache directory.