public class PrefixMappingCache extends Object
Constructor and Description |
---|
PrefixMappingCache(JDBCConnectionCredentials connectionCredentials)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
T |
getCachedValue()
Returns the cached value; if the value hasn't been loaded yet, load it and store to cache.
|
protected PrefixMapping |
loadCachedValue()
Load the value to be cached.
|
public PrefixMappingCache(JDBCConnectionCredentials connectionCredentials)
connectionCredentials
- connection settingsprotected PrefixMapping loadCachedValue() throws QueryExecutionException
QueryExecutionException
- errorpublic T getCachedValue() throws QueryExecutionException
QueryExecutionException
- errorCopyright © 2013. All Rights Reserved.