aboutsummaryrefslogtreecommitdiff
path: root/zenutil/cache/cachekey.cpp
blob: 545b47f119114557fc106efedb057c58277ead61 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Epic Games, Inc. All Rights Reserved.

#include <zenutil/cache/cachekey.h>

namespace zen {

const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()};

}  // namespace zen