Package org.eclipse.rdf4j.sail.shacl.ast
Class Cache
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.Cache
-
public class Cache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
get(Resource id)
void
put(Resource id, Shape shape)
-