Click or drag to resize

IUriLoaderCache Methods

The IUriLoaderCache type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the Cache.
Public methodGetETag
Gets the ETag for the given URI.
Public methodGetLocalCopy
Gets the path to the locally cached copy of the Graph from the given URI.
Public methodHasETag
Gets whether there is an ETag for the given URI.
Public methodHasLocalCopy
Is there a locally cached copy of the Graph from the given URI which is not expired.
Public methodRemoveETag
Remove the ETag record for the given URI.
Public methodRemoveLocalCopy
Removes a locally cached copy of a URIs results from the Cache.
Public methodToCache
Associates an ETag (if any) with the Request and Response URIs plus returns an IRdfHandler that can be used to write to the cache.
Top
See Also