GET Project Cache Object

GET /projects/(pid)/cache/(key)

Retrieves an object from a project’s cache. Cache objects are opaque binary blobs that may contain arbitrary data, plus an explicit content type.

Parameters:
  • pid – Unique project identifier.
  • key (string) – Cache object identifier.
Status Codes:
  • 200 OK – The requested file is returned in the body of the response.
  • 404 Not Found – The requested object isn’t in the cache.
Response Headers:
 
  • Content-Type – The content type of the cached object, which could be any valid MIME type.