ClearCachedDocument(String) Method
Removes a previously cached document from cache.
public static System.bool ClearCachedDocument(
System.string
)
'Declaration
Public Overloads Shared Function ClearCachedDocument( _
ByVal As System.String _
) As System.Boolean
Parameters
- documentKey
- The document key.
Return Value
Returns true if the specified document has actually been removed from the cache.