Click or drag to resize
CacheValueTGetValue Method
获取值并指定是否验证过期

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public T GetValue(
	bool isValidExpire
)

Parameters

isValidExpire
Type: SystemBoolean
是否验证过期

Return Value

Type: T

[Missing <returns> documentation for "M:Adf.CacheValue`1.GetValue(System.Boolean)"]

See Also