Gets a specific item from the cache. If not cached yet, the information will be retrieved from DSP-API.
the id of the item to be returned.
true if the item to be returned is a dependency of another item (recursive call to this method).
Given a list node IRI, gets it from the cache.
The root node of a list should not be requested using this method. This should be left to dependency handling to optimize caching.
the IRI of the list node to be returned.
Deletes an existing entry in the cache and requests information from DSP-API.
the id of the information to be returned.
the item.
Generated using TypeDoc
Caches list nodes obtained from Knora. As an optimization, the whole list is requested and cached (all of its nodes) once a list node has been rquested.