SPCache.Put 方法 (String, SPCachedObject[])

使用指定的对象类型写入缓存指定的对象数组。

命名空间:  Microsoft.Office.Server.ObjectCache
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Sub Put ( _
    objectTypeName As String, _
    cacheObjects As SPCachedObject() _
)
用法
Dim instance As SPCache
Dim objectTypeName As String
Dim cacheObjects As SPCachedObject()

instance.Put(objectTypeName, cacheObjects)
public void Put(
    string objectTypeName,
    SPCachedObject[] cacheObjects
)

参数

  • cacheObjects
    类型:[]

另请参阅

引用

SPCache 类

SPCache 成员

Put 重载

Microsoft.Office.Server.ObjectCache 命名空间