Package | Description |
---|---|
org.apache.marmotta.ldcache.api | |
org.apache.marmotta.ldcache.services |
Modifier and Type | Method and Description |
---|---|
static LDCachingService.RefreshOpts |
LDCachingService.RefreshOpts.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDCachingService.RefreshOpts[] |
LDCachingService.RefreshOpts.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.Model |
LDCachingService.get(org.openrdf.model.URI resource,
LDCachingService.RefreshOpts... options)
Refresh and return the resource passed as argument.
|
void |
LDCachingService.refresh(org.openrdf.model.URI resource,
LDCachingService.RefreshOpts... options)
Refresh the resource passed as argument.
|
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.Model |
LDCache.get(org.openrdf.model.URI resource,
LDCachingService.RefreshOpts... options)
Refresh and return the resource passed as argument.
|
void |
LDCache.refresh(org.openrdf.model.URI resource,
LDCachingService.RefreshOpts... options)
Refresh the resource passed as argument.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.