mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
fileapi: add cache v2
Start with v2 to distinguish it from server-mode v1. Issue: #18398
This commit is contained in:
@@ -52,6 +52,7 @@ private:
|
||||
enum class ObjectKind
|
||||
{
|
||||
CodeModel,
|
||||
Cache,
|
||||
InternalTest
|
||||
};
|
||||
|
||||
@@ -186,6 +187,10 @@ private:
|
||||
ClientRequest& r, std::vector<RequestVersion> const& versions);
|
||||
Json::Value BuildCodeModel(Object const& object);
|
||||
|
||||
void BuildClientRequestCache(ClientRequest& r,
|
||||
std::vector<RequestVersion> const& versions);
|
||||
Json::Value BuildCache(Object const& object);
|
||||
|
||||
void BuildClientRequestInternalTest(
|
||||
ClientRequest& r, std::vector<RequestVersion> const& versions);
|
||||
Json::Value BuildInternalTest(Object const& object);
|
||||
|
||||
Reference in New Issue
Block a user