103104105106107108109110111112
return out; } public void put(RepositoryKey repo, CachedPackInfo info, WriteBuffer buffer) throws DhtException { CachedPackKey key = CachedPackKey.fromInfo(info); table.put(repo.asBytes(), colCachedPack.append(key.asBytes()), info.toByteArray()); }