aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/zen.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-09-19 14:05:54 +0200
committerGitHub <[email protected]>2022-09-19 05:05:54 -0700
commitdef3cf543afd926ad9b7289859afcc6cf7e44870 (patch)
tree079c519071c6729fec7c46444a68de26a2946bba /zenserver/upstream/zen.cpp
parentLoadCompactBinary gracefully handles read failures and sizes larger than the ... (diff)
downloadzen-def3cf543afd926ad9b7289859afcc6cf7e44870.tar.xz
zen-def3cf543afd926ad9b7289859afcc6cf7e44870.zip
rename URI chunk requests from value -> chunk (#166)
Diffstat (limited to 'zenserver/upstream/zen.cpp')
-rw-r--r--zenserver/upstream/zen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/upstream/zen.cpp b/zenserver/upstream/zen.cpp
index b837f767c..980958740 100644
--- a/zenserver/upstream/zen.cpp
+++ b/zenserver/upstream/zen.cpp
@@ -437,7 +437,7 @@ ZenStructuredCacheSession::GetCacheRecord(std::string_view Namespace, std::strin
}
ZenCacheResult
-ZenStructuredCacheSession::GetCacheValue(std::string_view Namespace,
+ZenStructuredCacheSession::GetCacheChunk(std::string_view Namespace,
std::string_view BucketId,
const IoHash& Key,
const IoHash& ValueContentId)