public interface LDCachingConnection
extends org.openrdf.repository.RepositoryConnection
| Modifier and Type | Method and Description |
|---|---|
void |
addCacheEntry(org.openrdf.model.URI resource,
CacheEntry entry)
Store a cache entry for the passed resource in the backend.
|
CacheEntry |
getCacheEntry(org.openrdf.model.URI resource)
Get the cache entry for the passed resource, if any.
|
void |
removeCacheEntry(org.openrdf.model.URI resource)
Remove the currently stored cache entry for the passed resource from the backend.
|
add, add, add, add, add, add, add, add, begin, clear, clearNamespaces, close, commit, export, exportStatements, getContextIDs, getNamespace, getNamespaces, getParserConfig, getRepository, getStatements, getValueFactory, hasStatement, hasStatement, isActive, isAutoCommit, isEmpty, isOpen, prepareBooleanQuery, prepareBooleanQuery, prepareGraphQuery, prepareGraphQuery, prepareQuery, prepareQuery, prepareTupleQuery, prepareTupleQuery, prepareUpdate, prepareUpdate, remove, remove, remove, remove, removeNamespace, rollback, setAutoCommit, setNamespace, setParserConfig, sizeCacheEntry getCacheEntry(org.openrdf.model.URI resource) throws org.openrdf.repository.RepositoryException
resource - the resource to look fororg.openrdf.repository.RepositoryExceptionvoid addCacheEntry(org.openrdf.model.URI resource,
CacheEntry entry)
throws org.openrdf.repository.RepositoryException
resource - entry - org.openrdf.repository.RepositoryExceptionvoid removeCacheEntry(org.openrdf.model.URI resource)
throws org.openrdf.repository.RepositoryException
resource - org.openrdf.repository.RepositoryExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.