aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/cache/structuredcache.h')
-rw-r--r--zenserver/cache/structuredcache.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h
index 48b56128f..ead9644f5 100644
--- a/zenserver/cache/structuredcache.h
+++ b/zenserver/cache/structuredcache.h
@@ -15,13 +15,13 @@ class CloudCacheClient;
/**
* New-style cache service. Imposes constraints on keys, supports blobs and
* structured values
- *
+ *
* The storage strategy is as follows:
- *
- * -
- *
+ *
* -
- *
+ *
+ * -
+ *
*/
class HttpStructuredCacheService : public zen::HttpService
@@ -39,6 +39,7 @@ private:
{
std::string BucketSegment;
IoHash HashKey;
+ Oid PayloadId;
};
[[nodiscard]] bool ValidateUri(zen::HttpServerRequest& Request, CacheRef& OutRef);