namespace Cms.Core.WebApi.Config { internal static class CacheKeys { public const string DeptList = "dept_list"; } }