Class SHACLFunctionsCache

java.lang.Object
org.topbraid.shacl.arq.SHACLFunctionsCache

public class SHACLFunctionsCache extends Object
A cache that remembers previous calls to SHACL functions marked with sh:cachable.
Author:
Holger Knublauch
  • Constructor Details

    • SHACLFunctionsCache

      public SHACLFunctionsCache()
  • Method Details

    • get

      public static SHACLFunctionsCache get()
    • set

      public static void set(SHACLFunctionsCache value)
    • clear

      public void clear()
    • execute

      public org.apache.jena.sparql.expr.NodeValue execute(SHACLARQFunction function, org.apache.jena.query.Dataset dataset, org.apache.jena.rdf.model.Model defaultModel, org.apache.jena.query.QuerySolution bindings, org.apache.jena.graph.Node[] args)