clear static method

Future<void> clear()

Clears all cached data in the cache store.

Usage:

await Cache.clear();

Implementation

static Future<void> clear() async => await cacheDriver.flush();