SPCache.GetCacheObject 方法
从指定的对象类型高速缓存返回具有指定标识符的对象。
命名空间: Microsoft.Office.Server.ObjectCache
程序集: Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)
语法
声明
Public Function GetCacheObject ( _
objectTypeName As String, _
id As String _
) As SPCachedObject
用法
Dim instance As SPCache
Dim objectTypeName As String
Dim id As String
Dim returnValue As SPCachedObject
returnValue = instance.GetCacheObject(objectTypeName, _
id)
public SPCachedObject GetCacheObject(
string objectTypeName,
string id
)
参数
- objectTypeName
类型:System.String
- id
类型:System.String
返回值
类型:Microsoft.Office.Server.ObjectCache.SPCachedObject
返回SPCachedObject。