SPCache.Get method

Returns an object with the specified identifier from the cache wit the specified object type.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Function Get ( _
    objectTypeName As String, _
    id As String _
) As Object
'Usage
Dim instance As SPCache
Dim objectTypeName As String
Dim id As String
Dim returnValue As Object

returnValue = instance.Get(objectTypeName, _
    id)
public Object Get(
    string objectTypeName,
    string id
)

Parameters

Return value

Type: System.Object
Returns Object.

See also

Reference

SPCache class

SPCache members

Microsoft.Office.Server.ObjectCache namespace