deleteCache method

Future<void> deleteCache()

Handler for delete_cache.

Delete and recreate the cache directory.

Implementation

Future<void> deleteCache() async => _commandDeleteCache(_client);