SPSite.InvalidateCacheEntry method
Removes the specified cache entry and returns a Boolean value that indicates whether the entry was cached.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function InvalidateCacheEntry ( _
uri As Uri, _
siteId As Guid _
) As Boolean
'Usage
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
)
Parameters
uri
Type: System.UriA System.Uri object that represents the absolute URL from the request.
siteId
Type: System.GuidA GUID that identifies the site.
Return value
Type: System.Boolean
true if the entry was cached; otherwise, false.