Click or drag to resize
ICacheSet Method
set cache

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
void Set(
	string key,
	Object value,
	int expires
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.ICache.Set(System.String,System.Object,System.Int32)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Adf.ICache.Set(System.String,System.Object,System.Int32)"]

expires
Type: SystemInt32

[Missing <param name="expires"/> documentation for "M:Adf.ICache.Set(System.String,System.Object,System.Int32)"]

See Also