Path: / {BASE} / cache / endpoint / {id}

Path parameters:
id -

Resources
NameDescription
disable
enable

Method Summary
ResourceDescription
GET /{BASE}/cache/endpoint/{id} 
DELETE /{BASE}/cache/endpoint/{id} 

Method Detail
HTTP Example:
GET /{BASE}/cache/endpoint/{id}

API Example:

LinkedDataCachingWebService.retrieveEndpoint({'id': …});

Output:
javax.ws.rs.core.Response
Produces:
application/json
HTTP Example:
DELETE /{BASE}/cache/endpoint/{id}

API Example:

LinkedDataCachingWebService.removeEndpoint({'id': …});

Output:
javax.ws.rs.core.Response