path = _keyConverter.appendToPath(path, contentId);
// Is compression known?
Compression comp = content.getExistingCompression();
if (comp != null) { // if so, must be indicated
path = path.setHeader(ClusterMateConstants.HTTP_HEADER_COMPRESSION, comp.asContentEncoding());
}
if (params != null) {
path = params.appendToPath(path, contentId);
}
// Ok; and then figure out most optimal way for getting content: