Package org.eclipse.rdf4j.spring.operationcache
Rdf4j-Spring OperationCache
Provides connection-level caching of SPARQL operations.
To enable, set: rdf4j.spring.operationcache.enabled=true
.
If enabled, the Rdf4JTemplate
, set up by
RDF4JConfig
, will use the
CachingOperationInstantiator
to generate
new SPARQL operations instead of the default implementation.
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Class Summary Class Description CachingOperationInstantiator OperationCacheConfig OperationCacheProperties