IUriLoaderCacheToCache Method |
Associates an ETag (if any) with the Request and Response URIs plus returns an IRdfHandler that can be used to write to the cache.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IRdfHandler ToCache(
Uri requestUri,
Uri responseUri,
string etag
)
Function ToCache (
requestUri As Uri,
responseUri As Uri,
etag As String
) As IRdfHandler
Parameters
- requestUri
- Type: SystemUri
URI from which the RDF Graph was requested. - responseUri
- Type: SystemUri
The actual URI which responded to the request. - etag
- Type: SystemString
ETag of the response (if any).
Return Value
Type:
IRdfHandlerEither an instance of an
IRdfHandler that will do the caching or null if no caching is possible.
See Also