Click or drag to resize

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
)

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: IRdfHandler
Either an instance of an IRdfHandler that will do the caching or null if no caching is possible.
See Also