clear static method
Clears all cached data in the cache store.
Usage:
await Cache.clear();
Implementation
static Future<void> clear() async => await cacheDriver.flush();
Clears all cached data in the cache store.
Usage:
await Cache.clear();
static Future<void> clear() async => await cacheDriver.flush();