12 lines
207 B
C#
12 lines
207 B
C#
namespace Shared.Models.AppConf
|
|
{
|
|
public class HybridCacheConf
|
|
{
|
|
public string type { get; set; }
|
|
|
|
public int extend { get; set; }
|
|
|
|
public int reqIPs { get; set; }
|
|
}
|
|
}
|