初始化
This commit is contained in:
22
LogCap/Common/CacheKey.cs
Normal file
22
LogCap/Common/CacheKey.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LogCap.Common
|
||||
{
|
||||
public class CacheKey
|
||||
{
|
||||
public static string RoomIP_Port_Prefix = "Log_IP_Port";
|
||||
|
||||
public static string Key = "monitor_host";
|
||||
|
||||
public static string MonitorLogPrefix = "AllLogKey";
|
||||
|
||||
|
||||
public static string MonitorEndPointList= "MonitorEndPointList";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user