// Copyright Epic Games, Inc. All Rights Reserved. #include namespace zen { const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()}; } // namespace zen