SPContext.GetCachedWeb method
Recupera uma web que foi armazenado em cache para este contexto.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetCachedWeb ( _
key As String _
) As SPWeb
'Uso
Dim instance As SPContext
Dim key As String
Dim returnValue As SPWeb
returnValue = instance.GetCachedWeb(key)
public SPWeb GetCachedWeb(
string key
)
Parâmetros
key
Type: System.StringA chave especificada ao armazenar em cache da web.
Valor retornado
Type: Microsoft.SharePoint.SPWeb
Uma web que foi armazenado em cache para este contexto