SPCache.Put Method (String, SPCachedObject )

Writes the specified array of objects to the cache with the specified object type.

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

Syntax

'Declaration
Public Sub Put ( _
    objectTypeName As String, _
    cacheObjects As SPCachedObject() _
)
'Usage
Dim instance As SPCache
Dim objectTypeName As String
Dim cacheObjects As SPCachedObject()

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

Parameters

  • cacheObjects
    Type: []

See Also

Reference

SPCache Class

SPCache Members

Put Overload

Microsoft.Office.Server.ObjectCache Namespace