How to interact with the Sponger via REST patterns.
The following table presents list of the supported URL parameters:
Parameter | Value | Description | Example |
---|---|---|---|
refresh | clean | Usage: for overwriting. The 'clean' usage explicitly clears the graph i.e. will cause the Sponger to drop cache even if it is marked to be in the fly. Thus, if fetched cache by some reason is left in some inconsistent state like shutdown during Network Resource fetching, then 'clean' is required as it doesn't check cache state. Note: must be used with caution as other threads may be doing fetching of network resources at same time. | Explicitly clear the graph |
sponger:get | add | Usage: Add new triples to named graphs, progressively. This is the default value for the parameter sponger:get . May be used together with refresh=<seconds> to overwrite the expiration in the cache. | Add new triples and refresh on every 10 seconds |
sponger:get | soft | Usage: Network Resource Fetch data subject to cache invalidation mode and associated rules of instance. May be used together with refresh=<seconds> to overwrite the expiration in the cache. | Network Resource Fetch data with option soft and refresh on every 10 seconds |
sponger:get | replace | Usage: Replace subject to cache invalidation mode and rules, but coverage includes non fetched triples if such exist in a given named graph. may be used together with refresh=<seconds> to overwrite the expiration in the cache. | Replace data and refresh on every 10 seconds |