Package | Description |
---|---|
org.apache.marmotta.ldcache.api |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
LDCachingConnection.getCacheEntry(org.openrdf.model.URI resource)
Get the cache entry for the passed resource, if any.
|
CacheEntry |
LDCachingBackend.getEntry(org.openrdf.model.URI resource)
Return the cache entry for the given resource, or null if this entry does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
LDCachingConnection.addCacheEntry(org.openrdf.model.URI resource,
CacheEntry entry)
Store a cache entry for the passed resource in the backend.
|
void |
LDCachingBackend.putEntry(org.openrdf.model.URI resource,
CacheEntry entry)
Update the cache entry for the given resource with the given entry.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.