namespace JiaZhiQuan.Common { public static partial class CacheKeys { /// /// 话题查看量 /// /// /// public static string TopicQueryCount() { return GenerateKey($"topic:querycount"); } } }