Class AdminViewCache
Inheritance
System.Object
AdminViewCache
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public static class AdminViewCache
Methods
AddViewToCache(String, AdminView, String[])
Declaration
public static void AddViewToCache(string key, AdminView view, string[] files)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
AdminView | view | |
System.String[] | files |
GetViewCacheKey(String, String, String)
Declaration
public static string GetViewCacheKey(string appId, string viewId, string placeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | appId | |
System.String | viewId | |
System.String | placeName |
Returns
Type | Description |
---|---|
System.String |
GetViewFromCache(String)
Declaration
public static AdminView GetViewFromCache(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
AdminView |