clear static method

void clear(
  1. String key
)

Implementation

static void clear(String key) {
  _cache.remove(key);
}