aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache/cachekey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/cache/cachekey.cpp')
-rw-r--r--src/zenstore/cache/cachekey.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/zenstore/cache/cachekey.cpp b/src/zenstore/cache/cachekey.cpp
new file mode 100644
index 000000000..e5a5d0334
--- /dev/null
+++ b/src/zenstore/cache/cachekey.cpp
@@ -0,0 +1,9 @@
+// Copyright Epic Games, Inc. All Rights Reserved.
+
+#include <zenstore/cache/cachekey.h>
+
+namespace zen {
+
+const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()};
+
+} // namespace zen