delete abstract method

void delete(
  1. String key
)

Deletes a cache entry by its key.

Does nothing if the key doesn't exist.

Implementation

void delete(String key);