public interface ICacheProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addSeen(Collection<com.hp.hpl.jena.graph.Triple> triples)
Adds seen triples to the cache.
|
Set<com.hp.hpl.jena.graph.Triple> |
bulkFind(Set<List<Object>> keys,
int[] indexColumns) |
void |
clear()
Clears all caches
|
IGraph |
getGraph() |
Collection<ITripleCacheIndex> |
getIndexes() |
void |
removeSeen(Collection<com.hp.hpl.jena.graph.Triple> triples) |
IGraph getGraph()
Collection<ITripleCacheIndex> getIndexes()
void addSeen(Collection<com.hp.hpl.jena.graph.Triple> triples)
triples - void removeSeen(Collection<com.hp.hpl.jena.graph.Triple> triples)
void clear()
Copyright © 2013. All Rights Reserved.