CacheHelper.SetCache Method (String, Object)

HD.Common

CacheHelperSetCache Method (String, Object) Helper帮助文档
设置数据缓存

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SetCache(
	string CacheKey,
	Object objObject
)
Public Shared Sub SetCache ( 
	CacheKey As String,
	objObject As Object
)
public:
static void SetCache(
	String^ CacheKey, 
	Object^ objObject
)
static member SetCache : 
        CacheKey : string * 
        objObject : Object -> unit 

Parameters

CacheKey
Type: SystemString

[Missing <param name="CacheKey"/> documentation for "M:HD.Common.CacheHelper.SetCache(System.String,System.Object)"]

objObject
Type: SystemObject

[Missing <param name="objObject"/> documentation for "M:HD.Common.CacheHelper.SetCache(System.String,System.Object)"]

See Also

Reference