DeleteCache Method

Deletes the cache completely.

Syntax

public void DeleteCache();
Public Sub DeleteCache()

Remarks

This method deletes the cache specified by the CacheName property completely, removing its storage file from the directory specified by the Location property. If the cache is currently open, it is closed first.

.NET Standard Notes

To call this method in an asynchronous manner call DeleteCacheAsync instead. When the method completes (or an error is encountered) the DeleteCacheCompleted event will fire.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]