ISPCache.Put Method (String, SPCachedObject )
Writes the objects in the specified array to the cache with the specified object type.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Sub Put ( _
objectTypeName As String, _
cacheObjects As SPCachedObject() _
)
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
Dim cacheObjects As SPCachedObject()
instance.Put(objectTypeName, cacheObjects)
void Put(
string objectTypeName,
SPCachedObject[] cacheObjects
)
Parameters
- objectTypeName
Type: System.String
- cacheObjects
Type: []