IUriLoaderCache Methods |
The IUriLoaderCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Clears the Cache.
|
![]() | GetETag |
Gets the ETag for the given URI.
|
![]() | GetLocalCopy |
Gets the path to the locally cached copy of the Graph from the given URI.
|
![]() | HasETag |
Gets whether there is an ETag for the given URI.
|
![]() | HasLocalCopy |
Is there a locally cached copy of the Graph from the given URI which is not expired.
|
![]() | RemoveETag |
Remove the ETag record for the given URI.
|
![]() | RemoveLocalCopy |
Removes a locally cached copy of a URIs results from the Cache.
|
![]() | ToCache |
Associates an ETag (if any) with the Request and Response URIs plus returns an IRdfHandler that can be used to write to the cache.
|