PublishingCache.ListCacheContents Method
Outputs the cache contents of an SPSite object to a Stream object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Sub ListCacheContents ( _
stream As Stream, _
site As SPSite _
)
'Usage
Dim stream As Stream
Dim site As SPSite
PublishingCache.ListCacheContents(stream, site)
public static void ListCacheContents(
Stream stream,
SPSite site
)
Parameters
- stream
Type: System.IO.Stream
Specifies the stream to which the cache contents of site are output.
- site
Type: Microsoft.SharePoint.SPSite
Specifies an object of type SPSite whose cache contents are output to a stream.