DataCache.Clear Method ()

 

Removes all objects from the cache associated with the DataCache object.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public void Clear()
public:
void Clear()
member Clear : unit -> unit
Public Sub Clear

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top