aggregator.query.cache

cache-hit

(cache-hit uri)

Touch the statement in the cache and retrieve it.

cache-miss

(cache-miss uri statement)

Signalize to the caching engine that the statement is missing.

get-cached-statements

(get-cached-statements)

Retrieve all arguments currently in the cache

retrieve

(retrieve uri)

Retrieve the statement if it is present in the cache. Otherwise the function returns :missing. If :missing is returned it is best practice to trigger the cache-miss method.

storage