namespace KBR.Cache.Constants { public static class CacheProviders { public const string InMemory = nameof(InMemory); public const string SqlServer = nameof(SqlServer); public const string Redis = nameof(Redis); } }