namespace Shared.Models.AppConf { public class HybridCacheConf { public string type { get; set; } public int extend { get; set; } public int reqIPs { get; set; } } }