CacheValueTGetValue Method |
获取值并指定是否验证过期
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public T GetValue(
bool isValidExpire
)
Public Function GetValue (
isValidExpire As Boolean
) As T
public:
T GetValue(
bool isValidExpire
)
member GetValue :
isValidExpire : bool -> 'T
Parameters
- isValidExpire
- Type: SystemBoolean
是否验证过期
Return Value
Type:
T[Missing <returns> documentation for "M:Adf.CacheValue`1.GetValue(System.Boolean)"]
See Also