public class LabelPropertiesListCache extends Object
Constructor and Description |
---|
LabelPropertiesListCache(JDBCConnectionCredentials connectionCredentials,
PrefixMappingCache prefixMappingCache)
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 String |
loadCachedValue()
Load the value to be cached.
|
public LabelPropertiesListCache(JDBCConnectionCredentials connectionCredentials, PrefixMappingCache prefixMappingCache)
connectionCredentials
- connection settingsprefixMappingCache
- cached prefix mappingprotected String loadCachedValue() throws QueryExecutionException
QueryExecutionException
- errorpublic T getCachedValue() throws QueryExecutionException
QueryExecutionException
- errorCopyright © 2013. All Rights Reserved.