Click or drag to resize
ContextCacheTClassGetInstanceT Method
获取当前实例

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
protected static T GetInstance<T>(
	string cacheName
)
where T : new(), ContextCache<TClass>

Parameters

cacheName
Type: SystemString
缓存名

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Adf.Web.ContextCache`1.GetInstance``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Adf.Web.ContextCache`1.GetInstance``1(System.String)"]

See Also