• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

4.4 library(semweb/rdf_cache): Cache RDF triples
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • Plugin modules for rdf_db
          • library(semweb/rdf_cache): Cache RDF triples
            • rdf_set_cache_options/1
            • rdf_cache_file/3
Availability::- use_module(library(semweb/rdf_cache)).
Sourcerdf_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.
ClioPatria (version V3.1.1-51-ga0b30a5)