clearCache static method

void clearCache()

Implementation

static void clearCache() {
  try {
    instance.emptyCache();
  } catch (ex) {
    print("Some exception happened while clearing the cache");
  }
}