Alachisoft.NCache.Common.Monitoring.CategoriesConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nc-common Show documentation
Show all versions of nc-common Show documentation
Internal package of Alachisoft.
package Alachisoft.NCache.Common.Monitoring;
public class CategoriesConstants {
public static String NCache = "NCache";
public static String NCacheClient = "NCache Client";
public static String NCacheBridge = "NCache Bridge";
public static String NCacheBridgeCache = "NCache Bridge Cache";
public static String SystemCounters = "System Counters";
}