From 3faf0b57c625152a8facfca1c4995bd9edc95707 Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Fri, 12 Nov 2021 11:08:53 +0100 Subject: Movec cache utility types to zenutil and fixed unit tests. --- zenutil/cache/cachekey.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zenutil/cache/cachekey.cpp (limited to 'zenutil/cache/cachekey.cpp') diff --git a/zenutil/cache/cachekey.cpp b/zenutil/cache/cachekey.cpp new file mode 100644 index 000000000..545b47f11 --- /dev/null +++ b/zenutil/cache/cachekey.cpp @@ -0,0 +1,9 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include + +namespace zen { + +const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()}; + +} // namespace zen -- cgit v1.2.3