From 78dbac2648bbfe2a3687f37e06a3ed32241cb809 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 21 May 2021 20:41:34 +0200 Subject: Partial refactoring of structured cache implementation - WIP --- zenserver/cache/structuredcache.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'zenserver/cache/structuredcache.h') 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); -- cgit v1.2.3