Share via


del método SPSite.InvalidateCacheEntry

Removes the specified cache entry and returns a Boolean value that indicates whether the entry was cached.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Shared Function InvalidateCacheEntry ( _
    uri As Uri, _
    siteId As Guid _
) As Boolean
'Uso
Dim uri As Uri
Dim siteId As Guid
Dim returnValue As Boolean

returnValue = SPSite.InvalidateCacheEntry(uri, _
    siteId)
public static bool InvalidateCacheEntry(
    Uri uri,
    Guid siteId
)

Parámetros

  • uri
    Tipo: System.Uri

    A System.Uri object that represents the absolute URL from the request.

  • siteId
    Tipo: System.Guid

    A GUID that identifies the site.

Valor devuelto

Tipo: System.Boolean
true if the entry was cached; otherwise, false.

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint